We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd3853a + 80546b0 commit a618473Copy full SHA for a618473
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
cache: npm
19
- run: npm ci
20
- run: npm test
21
- - run: npm version ${TAG_NAME} --git-tag-version=false
+ - run: npm version ${TAG_NAME} --git-tag-version=false --allow-same-version
22
env:
23
TAG_NAME: ${{ github.event.release.tag_name }}
24
- run: npm whoami; npm publish --access public
0 commit comments