Skip to content

Commit

Permalink
refactor: foce push
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Mar 8, 2024
1 parent e6800e4 commit 1b31ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
echo "Syncing ${{ github.ref_name }} to ${{ github.ref_name }}-release"
git checkout -B ${{ github.ref_name }}-release
git push origin ${{ github.ref_name }}-release
git push -f origin ${{ github.ref_name }}-release
release:
name: Release
Expand Down

0 comments on commit 1b31ddf

Please sign in to comment.