We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a877f commit 06ce1a3Copy full SHA for 06ce1a3
1 file changed
.github/workflows/publish.yml
@@ -16,8 +16,4 @@ jobs:
16
- name: Install dependencies
17
run: npm ci
18
19
- - run: npm version $(echo "${GITHUB_REF}" | sed 's/refs\/tags\///') --git-tag-version false
20
- - run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
21
- env:
22
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23
- run: npm publish
0 commit comments