We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc671e commit ca3934dCopy full SHA for ca3934d
.github/workflows/publish.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: 📝 Version
80
env:
81
TAG_NAME: ${{ github.event.release.tag_name }}
82
- run: pnpm version ${TAG_NAME} --no-git-tag-version
+ run: pnpm version ${TAG_NAME} --no-git-tag-version || true
83
84
- name: Set publishing config
85
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
0 commit comments