We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc3a6a commit 1476b7fCopy full SHA for 1476b7f
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: 12
15
registry-url: https://registry.npmjs.org/
16
- - run: npm --no-git-tag-version version ${{ github.event.release.name }}
+ - run: npm --no-git-tag-version --allow-same-version version ${{ github.event.release.name }}
17
- run: npm install
18
- run: npm run build
19
- run: npm publish --access public
0 commit comments