We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff7cf5 commit cf4e00bCopy full SHA for cf4e00b
.github/workflows/ci.yml
@@ -71,6 +71,7 @@ jobs:
71
run: |
72
version=$(cat package.json | jq -r '.version')
73
TAG=v$version
74
+ git status
75
pnpm publish || echo "already published"
76
env:
77
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
0 commit comments