Skip to content

Commit

Permalink
chore: release with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jan 26, 2024
1 parent cd203a8 commit 0e00af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git"
"@semantic-release/git",
"@semanitc-release/npm"
],
"branches": [
{
Expand Down

0 comments on commit 0e00af8

Please sign in to comment.