Skip to content

Commit

Permalink
fix: Workaround for semantic-release-action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laurence79 committed Apr 21, 2023
1 parent 78dd1aa commit d216ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "18"
node-version: "14"
- id: semantic
name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.2.0
uses: cycjimmy/semantic-release-action@v3.4.2
with:
semantic_version: "18.0.0"
extra_plugins: |
Expand Down

0 comments on commit d216ff6

Please sign in to comment.