Skip to content

Commit 7e6fb08

Browse files
author
Dennis Coorn
authored
Prevent git version tagging
1 parent 7b447df commit 7e6fb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 12
1515
registry-url: https://npm.pkg.github.com/
1616
scope: '@leviy'
17-
- run: npm version ${{github.event.release.name}}
17+
- run: npm --no-git-tag-version version ${{github.event.release.name}}
1818
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)