Skip to content

Commit 9613b11

Browse files
committed
fix: actions
1 parent b41a8e2 commit 9613b11

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: npm version
34+
run: npm --version
3335
- name: Publish to npm with OIDC
34-
run: npm publish --provenance --access public
36+
run: npm publish

0 commit comments

Comments
 (0)