There was an error while loading. Please reload this page.
1 parent 0f372bb commit 2adb5fbCopy full SHA for 2adb5fb
1 file changed
.github/workflows/release-app.yml
@@ -117,8 +117,8 @@ jobs:
117
swift run --package-path ./SparkleActions
118
119
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 }}
+ git branch -f Release/${{ env.RELEASE_TAG }}
+ git push -u origin Release/${{ env.RELEASE_TAG }} --force
122
123
- name: Create a Release
124
if: github.event_name == 'release'
0 commit comments