We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0143e48 commit 9fc0248Copy full SHA for 9fc0248
1 file changed
.github/workflows/publish.yml
@@ -40,6 +40,8 @@ jobs:
40
registry-url: 'https://registry.npmjs.org'
41
cache: 'pnpm'
42
43
+ - run: npm i -g npm@latest
44
+
45
- run: pnpm install --frozen-lockfile
46
- run: pnpm -r build
47
- run: pnpm lint
@@ -61,7 +63,4 @@ jobs:
61
63
62
64
- name: Publish package
65
working-directory: ${{ steps.package.outputs.path }}
- run: |
- npm publish --provenance --access public
66
- env:
67
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish
0 commit comments