Skip to content

Commit

Permalink
ci: the old college try (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Jan 31, 2023
1 parent 7f082f7 commit 5ddc9eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
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 5ddc9eb

Please sign in to comment.