Skip to content

Commit

Permalink
fix(ci): ignore when version is already set
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Jul 14, 2024
1 parent dfc671e commit ca3934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: 📝 Version
env:
TAG_NAME: ${{ github.event.release.tag_name }}
run: pnpm version ${TAG_NAME} --no-git-tag-version
run: pnpm version ${TAG_NAME} --no-git-tag-version || true

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

0 comments on commit ca3934d

Please sign in to comment.