Skip to content

Commit

Permalink
fix: force flag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jan 2, 2024
1 parent a098eae commit a87f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git config --global user.email "github-actions[bot]@gmail.com"
git config --global user.name "github-actions[bot]"
npx standard-version
git push --follow-tags origin master
git push --force --follow-tags origin master
- name: 🔨 Build Package
run: |
Expand Down

0 comments on commit a87f86b

Please sign in to comment.