We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afa565 commit 8e892dbCopy full SHA for 8e892db
.github/workflows/npm_release_core.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: publish
81
run: |
82
- npm run core:publish -- --no-verify-access --no-private --no-commit-hooks --yes
+ npm run core:publish -- --no-verify-access --no-private --no-commit-hooks --force-publish --yes
83
git push --tags
84
env:
85
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments