Skip to content

Commit

Permalink
feat: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-er committed Aug 30, 2023
1 parent 9cadb97 commit e2fa704
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"semantic-release": "^21.1.1",
"sinon": "^15.2.0",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit e2fa704

Please sign in to comment.