Skip to content

Commit

Permalink
fix(ci): add config (#53)
Browse files Browse the repository at this point in the history
* chore: add comment

* fix(ci): add branches parameter and remove dry-run

* fix(ci): add config
  • Loading branch information
MSevey committed Sep 19, 2024
1 parent b94f2e9 commit d7321aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
- name: Configure Semantic Release
# Work around for non npm project
# REF: https://github.com/cycjimmy/semantic-release-action/issues/115#issuecomment-1817264419
run: echo '{"branches":[],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/github"]}' > .releaserc.json
- name: Create Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d7321aa

Please sign in to comment.