Skip to content

Commit

Permalink
use cycjimmy/semantic-release-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Feb 6, 2023
1 parent 0a6e676 commit 154f05a
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 @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: New Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
id: release # Need an `id` for output variables
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,4 +25,4 @@ jobs:
@semantic-release/changelog
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
commitizen
commitizen

0 comments on commit 154f05a

Please sign in to comment.