Skip to content

Commit 4be3363

Browse files
committed
chore: simplify npm trusted publish workflow
1 parent f1e47cb commit 4be3363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: Publish to npm
4444
if: ${{ github.event_name == 'release' || github.event.inputs.dry_run == 'false' }}
45-
run: npm publish --provenance --access public
45+
run: npm publish

0 commit comments

Comments
 (0)