Skip to content

Commit ca3934d

Browse files
committed
fix(ci): ignore when version is already set
1 parent dfc671e commit ca3934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: 📝 Version
8080
env:
8181
TAG_NAME: ${{ github.event.release.tag_name }}
82-
run: pnpm version ${TAG_NAME} --no-git-tag-version
82+
run: pnpm version ${TAG_NAME} --no-git-tag-version || true
8383

8484
- name: Set publishing config
8585
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"

0 commit comments

Comments
 (0)