Skip to content

Commit 1ee17ae

Browse files
committed
fix: actions
1 parent 5b221a9 commit 1ee17ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ jobs:
3030
run: yarn build
3131
- name: Release
3232
run: yarn release
33-
- name: Setup npm trusted publish
34-
run: npx setup-npm-trusted-publish node-simple-context
3533
- name: Publish to npm with OIDC
36-
run: npm publish
34+
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)