Skip to content

Commit

Permalink
fix: correct publishing (jquense#2350)
Browse files Browse the repository at this point in the history
Another attempt
  • Loading branch information
cutterbl committed Jan 31, 2023
1 parent f1e494e commit ae15118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
changelogFile: 'CHANGELOG.md',
},
],
'@semantic-release/npm',
//'@semantic-release/npm',
'@semantic-release/github',
[
'@semantic-release/git',
Expand Down

0 comments on commit ae15118

Please sign in to comment.