Skip to content

Commit a618473

Browse files
authored
Merge pull request #31 from github/febuiles-patch-1
Update publish.yml
2 parents fd3853a + 80546b0 commit a618473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: npm
1919
- run: npm ci
2020
- run: npm test
21-
- run: npm version ${TAG_NAME} --git-tag-version=false
21+
- run: npm version ${TAG_NAME} --git-tag-version=false --allow-same-version
2222
env:
2323
TAG_NAME: ${{ github.event.release.tag_name }}
2424
- run: npm whoami; npm publish --access public

0 commit comments

Comments
 (0)