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 9fd4d0d commit 2d7915bCopy full SHA for 2d7915b
.github/workflows/ci.yml
@@ -71,7 +71,6 @@ jobs:
71
run: |
72
version=$(cat package.json | jq -r '.version')
73
TAG=v$version
74
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
75
pnpm publish || echo "already published"
76
env:
77
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
0 commit comments