Skip to content

Commit

Permalink
chore: install npm dependencies globally
Browse files Browse the repository at this point in the history
  • Loading branch information
njuguna-n committed Aug 22, 2024
1 parent 4410214 commit 368c2a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies
run: npm -g install @semantic-release/git @semantic-release/changelog @semantic-release/github
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit 368c2a1

Please sign in to comment.