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 564f6ce commit 9648338Copy full SHA for 9648338
.github/workflows/release.yml
@@ -30,8 +30,4 @@ jobs:
30
uses: cycjimmy/semantic-release-action@v3
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- - name: Publish
34
- run: yarn publish
35
- env:
36
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
- if: steps.semantic.outputs.new_release_published == 'true'
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
release.config.js
@@ -14,12 +14,7 @@ module.exports = {
14
changelogFile: 'CHANGELOG.md',
15
},
16
],
17
- [
18
- '@semantic-release/npm',
19
- {
20
- npmPublish: false,
21
- },
22
- ],
+ '@semantic-release/npm',
23
'@semantic-release/github',
24
[
25
'@semantic-release/git',
0 commit comments