We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e47cb commit 4be3363Copy full SHA for 4be3363
.github/workflows/npm-publish.yml
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Publish to npm
44
if: ${{ github.event_name == 'release' || github.event.inputs.dry_run == 'false' }}
45
- run: npm publish --provenance --access public
+ run: npm publish
0 commit comments