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 6ff7cf5 commit cf4e00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: |
version=$(cat package.json | jq -r '.version')
TAG=v$version
git status
pnpm publish || echo "already published"
env:
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
Expand Down

0 comments on commit cf4e00b

Please sign in to comment.