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 71fe37f commit ef984dcCopy full SHA for ef984dc
.github/workflows/manual-publish.yml
@@ -40,4 +40,4 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
41
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
42
# `npm publish` relies on version specified in package.json file
43
- run: npm publish --tag ${{github.event.inputs.tag}} # e.g., old-version
+ run: npm publish ./dist --tag ${{github.event.inputs.tag}} # e.g., old-version
0 commit comments