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 6d3451a commit fdd1a18Copy full SHA for fdd1a18
.github/workflows/release.yml
@@ -55,4 +55,4 @@ jobs:
55
56
- run: npm ci
57
- run: npm run prepublishOnly
58
- - run: npm publish
+ - run: npm publish --tag=${{ steps.tagName.outputs.tag }}
0 commit comments