Skip to content

Commit ef984dc

Browse files
chore: add dist directory to npm publish in manual-publish.yml (#556)
1 parent 71fe37f commit ef984dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
4242
# `npm publish` relies on version specified in package.json file
43-
run: npm publish --tag ${{github.event.inputs.tag}} # e.g., old-version
43+
run: npm publish ./dist --tag ${{github.event.inputs.tag}} # e.g., old-version

0 commit comments

Comments
 (0)