Skip to content

Commit edbb70b

Browse files
committed
fix: prevent duplicate git tag in release workflow
1 parent b95a87a commit edbb70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Version bump
5252
id: version
5353
run: |
54-
pnpm nx release version ${{ inputs.version }} --first-release --git-commit --git-tag
54+
pnpm nx release version ${{ inputs.version }} --first-release --git-commit
5555
echo "new_version=$(node -p "require('./libs/ngx-transforms/package.json').version")" >> $GITHUB_OUTPUT
5656
5757
- name: Generate changelog

0 commit comments

Comments
 (0)