Skip to content

Commit 6532384

Browse files
committed
skip git tag in publish
1 parent afe24ca commit 6532384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
17-
- run: yarn publish --access public --new-version ${GITHUB_REF#refs/tags/}
17+
- run: yarn publish --access public --new-version ${GITHUB_REF#refs/tags/} --no-git-tag-version
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)