Skip to content

Commit

Permalink
fix(ci): update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Mar 6, 2024
1 parent 7b73404 commit f706fad
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,11 +18,11 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node 20.x
uses: actions/setup-node@4.0.2
uses: actions/setup-node@v4.0.2
with:
node-version: 20
- name: Semantic Release
uses: cycjimmy/semantic-release-action@4.0.0
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 23.0.2
branches: |
Expand Down

0 comments on commit f706fad

Please sign in to comment.