Skip to content

Commit 2d7915b

Browse files
authored
Update ci.yml
1 parent 9fd4d0d commit 2d7915b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
run: |
7272
version=$(cat package.json | jq -r '.version')
7373
TAG=v$version
74-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
7574
pnpm publish || echo "already published"
7675
env:
7776
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"

0 commit comments

Comments
 (0)