Skip to content

Commit 1476b7f

Browse files
authored
Fix publishing
1 parent 5dc3a6a commit 1476b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm --no-git-tag-version version ${{ github.event.release.name }}
16+
- run: npm --no-git-tag-version --allow-same-version version ${{ github.event.release.name }}
1717
- run: npm install
1818
- run: npm run build
1919
- run: npm publish --access public

0 commit comments

Comments
 (0)