Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
ci: Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 2, 2021
1 parent c85ccf9 commit f79f5c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '14.17'

- name: Install dependencies
run: npm ci
run: npm install @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/git @semantic-release/github

- name: Release
env:
Expand Down
9 changes: 9 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/git",
"@semantic-release/github",
],
"branches": ["main"]
}

0 comments on commit f79f5c2

Please sign in to comment.