Skip to content

Commit 3763735

Browse files
committed
Use yarn npm publish instead of npx npm publish
Switch from yarn pack + npx npm publish to yarn npm publish for OIDC trusted publishing support.
1 parent 3c1b349 commit 3763735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- run: yarn run build
3232
- run: yarn run test
3333

34-
- run: yarn pack
3534
- name: Publish to NPM
3635
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
37-
run: npx npm@11.7.0 publish package.tgz --provenance --access public
36+
run: yarn npm publish --provenance --access public

0 commit comments

Comments
 (0)