Skip to content

Commit 2adb5fb

Browse files
committed
force update release branch
1 parent 0f372bb commit 2adb5fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
swift run --package-path ./SparkleActions
118118
119119
git commit -m 'Release version ${{ env.RELEASE_TAG }}! 🎉' Appcast.xml
120-
git branch Release/${{ env.RELEASE_TAG }}
121-
git push -u origin Release/${{ env.RELEASE_TAG }}
120+
git branch -f Release/${{ env.RELEASE_TAG }}
121+
git push -u origin Release/${{ env.RELEASE_TAG }} --force
122122
123123
- name: Create a Release
124124
if: github.event_name == 'release'

0 commit comments

Comments
 (0)