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 b665cd5 commit 7616cd0Copy full SHA for 7616cd0
.github/workflows/publish.yaml
@@ -21,4 +21,4 @@ jobs:
21
scope: '@cosmotech'
22
- run: npm version ${{ github.event.release.tag_name }} --allow-same-version --no-git-tag-version
23
- run: npm install
24
- - run: npm publish
+ - run: npm publish --tag ${{ github.event.release.tag_name }}
0 commit comments