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 2bc21ea commit e229db0Copy full SHA for e229db0
.github/workflows/publish.yml
@@ -30,5 +30,7 @@ jobs:
30
run: yarn build
31
- name: Release
32
run: yarn release
33
+ - name: Setup npm trusted publish
34
+ run: npx setup-npm-trusted-publish node-simple-context
35
- name: Publish to npm with OIDC
- run: npm publish --provenance --access public
36
+ run: npm publish
0 commit comments