We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53c594 commit 0214112Copy full SHA for 0214112
1 file changed
.github/workflows/build_and_publish.yml
@@ -60,7 +60,7 @@ jobs:
60
message: "chore: bump version to ${{ steps.check-api.outputs.api-version }} [skip ci]"
61
62
- name: Publish to npm
63
- run: npm publish --provenance --ignore-scripts
+ run: npm publish # --provenance --ignore-scripts
64
if: steps.check-tag.outputs.exists == 'false'
65
# env:
66
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments