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 8e04aa1 commit 0cb964cCopy full SHA for 0cb964c
.github/workflows/release.yml
@@ -30,13 +30,15 @@ jobs:
30
with:
31
release-type: node
32
33
+ - run: 'echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc'
34
+ if: ${{ steps.release.outputs.release_created }}
35
+
36
- name: Install dependencies
37
run: pnpm i --frozen-lockfile
38
39
40
- run: pnpm build
41
if: ${{ steps.release.outputs.release_created }}
42
43
- run: pnpm publish --access public --no-git-checks
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44
0 commit comments