Skip to content

Commit

Permalink
ci: once again (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Jan 31, 2023
1 parent 7381c2c commit 855ba1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
run: yarn build

- name: Release
run: npx semantic-release
with:
registry-url: 'https://registry.npmjs.org'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
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 855ba1a

Please sign in to comment.