Skip to content

Commit 2e1f293

Browse files
committed
dont create git tag version when running npm version
1 parent e471de7 commit 2e1f293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
RELEASE_VERSION: ${{ steps.set_version.outputs.tag }}
3232
run: |
33-
npm version $RELEASE_VERSION
33+
npm version $RELEASE_VERSION --no-git-tag-version
3434
- name: publish the npm package
3535
uses: JS-DevTools/npm-publish@v2
3636
with:

0 commit comments

Comments
 (0)