Skip to content

Commit

Permalink
fix: semantic release version
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos committed May 15, 2023
1 parent f537b0c commit 042f97e
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,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 14

- name: Install dependencies
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
id: semantic
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
Expand Down

0 comments on commit 042f97e

Please sign in to comment.