Skip to content

Commit

Permalink
Merge pull request #654 from rharkor/dev
Browse files Browse the repository at this point in the history
refactor: foce push
  • Loading branch information
rharkor authored Mar 8, 2024
2 parents e6800e4 + 1b31ddf commit 1374908
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 1374908

Please sign in to comment.