Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Nov 26, 2024
1 parent 9fd4d0d commit 2d7915b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
run: |
version=$(cat package.json | jq -r '.version')
TAG=v$version
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
pnpm publish || echo "already published"
env:
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
Expand Down

0 comments on commit 2d7915b

Please sign in to comment.