Skip to content

Commit ceda62e

Browse files
author
Tyson Williams
committed
set workspace to root directory
1 parent 502dde8 commit ceda62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
tag_name: "v%s"
2222
tag_message: "v%s"
2323
commit_pattern: "^Release (\\S+)"
24-
workspace: ".codedoc"
24+
workspace: "."
2525
env: # Documentation of environment variables https://github.com/marketplace/actions/publish-to-npm#environment-variables
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
2727
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # Must be set in repo settings

0 commit comments

Comments
 (0)