Skip to content

Commit

Permalink
fix: sets semantic release version
Browse files Browse the repository at this point in the history
semantic release >19 breaks for us because of the switch to ESM.
  • Loading branch information
amuramoto committed Jan 11, 2023
1 parent f5cc46f commit 6121d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 19
extra_plugins: |
"@semantic-release/commit-analyzer"
"@semantic-release/release-notes-generator"
Expand Down

0 comments on commit 6121d6c

Please sign in to comment.