Skip to content

Commit

Permalink
delete staging before creating new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
binni979 committed Jul 10, 2024
1 parent c39cd36 commit 8b663e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/banner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git fetch
if git show-ref --verify --quiet refs/remotes/origin/staging; then
git branch -D staging
git push origin --delete staging
# git push origin --delete staging
fi
git checkout -b staging
git push --set-upstream origin staging
Expand Down

0 comments on commit 8b663e1

Please sign in to comment.