Skip to content

Commit e229db0

Browse files
committed
fix: actions
1 parent 2bc21ea commit e229db0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ 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
3335
- name: Publish to npm with OIDC
34-
run: npm publish --provenance --access public
36+
run: npm publish

0 commit comments

Comments
 (0)