We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41a8e2 commit 9613b11Copy full SHA for 9613b11
.github/workflows/publish.yml
@@ -30,5 +30,7 @@ jobs:
30
run: yarn build
31
- name: Release
32
run: yarn release
33
+ - name: npm version
34
+ run: npm --version
35
- name: Publish to npm with OIDC
- run: npm publish --provenance --access public
36
+ run: npm publish
0 commit comments