We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1b349 commit 3763735Copy full SHA for 3763735
.github/workflows/ci.yml
@@ -31,7 +31,6 @@ jobs:
31
- run: yarn run build
32
- run: yarn run test
33
34
- - run: yarn pack
35
- name: Publish to NPM
36
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
37
- run: npx npm@11.7.0 publish package.tgz --provenance --access public
+ run: yarn npm publish --provenance --access public
0 commit comments