Skip to content

Commit

Permalink
🔥 hotfix: allow force in npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed May 18, 2024
1 parent 19b92f4 commit a0ad9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git config --local user.name "Mr. Release Bot [bot]"
git add package.json
git commit -am "[🤖 release]: ${{ steps.version.outputs.result }} (${{ inputs.version }})"
git push origin HEAD
git push origin HEAD --force
- name: '📝 Generate Release Notes (user-input)'
uses: toolmantim/release-drafter@v6
Expand Down

0 comments on commit a0ad9a0

Please sign in to comment.