Skip to content

Commit 1d3fb8d

Browse files
Update default.yml
set --no-git-tag-version to avoid that the publish github action failes on release because the tag already exists
1 parent 6da606a commit 1d3fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git config user.name "GitHub Actions"
6060
6161
- name: Update release version
62-
run: npm version ${{ steps.release.outputs.shortVersion }}
62+
run: npm version --no-git-tag-version ${{ steps.release.outputs.shortVersion }}
6363

6464
- name: Install dependencies
6565
run: npm install

0 commit comments

Comments
 (0)