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 502dde8 commit ceda62eCopy full SHA for ceda62e
.github/workflows/npm-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
tag_name: "v%s"
22
tag_message: "v%s"
23
commit_pattern: "^Release (\\S+)"
24
- workspace: ".codedoc"
+ workspace: "."
25
env: # Documentation of environment variables https://github.com/marketplace/actions/publish-to-npm#environment-variables
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
27
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # Must be set in repo settings
0 commit comments