Skip to content

Commit 9648338

Browse files
committed
fix: try publish without yarn
1 parent 564f6ce commit 9648338

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,4 @@ jobs:
3030
uses: cycjimmy/semantic-release-action@v3
3131
env:
3232
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'
33+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

release.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ module.exports = {
1414
changelogFile: 'CHANGELOG.md',
1515
},
1616
],
17-
[
18-
'@semantic-release/npm',
19-
{
20-
npmPublish: false,
21-
},
22-
],
17+
'@semantic-release/npm',
2318
'@semantic-release/github',
2419
[
2520
'@semantic-release/git',

0 commit comments

Comments
 (0)