We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9317ac4 commit 1828f19Copy full SHA for 1828f19
1 file changed
.github/workflows/npm-cd-latest.yml
@@ -28,8 +28,5 @@ jobs:
28
run: yarn install
29
- run: yarn test
30
- run: yarn build
31
- - name: Configure npm for OIDC
32
- run: |
33
- npm config set registry https://registry.npmjs.org/
34
- npm config list
35
- - run: npm publish --provenance --access public
+ - name: Publish to npm with OIDC
+ run: npm publish --provenance --access public
0 commit comments