We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c3c7b commit a90f3f3Copy full SHA for a90f3f3
2 files changed
.github/workflows/publish.yml
@@ -19,6 +19,4 @@ jobs:
19
run: yarn release
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- - run: yarn publish
23
- env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.releaserc.json
@@ -21,6 +21,7 @@
}
],
+ "@semantic-release/npm",
25
"@semantic-release/github",
26
[
27
"@semantic-release/git",
0 commit comments