Skip to content

Commit 06ce1a3

Browse files
author
Cai Congcong
committed
fix
1 parent a9a877f commit 06ce1a3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818

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 }}
2319
- run: npm publish

0 commit comments

Comments
 (0)