Skip to content

Commit

Permalink
Don't create tags and allow same version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed May 28, 2022
1 parent 8d4ef98 commit 632f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: lts/*
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm version "${GITHUB_REF##*/}"
- run: npm version "${GITHUB_REF##*/}" --allow-same-version --no-git-tag-version
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 632f9a8

Please sign in to comment.