Skip to content

Commit

Permalink
ci: upgrade release workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Apr 11, 2024
1 parent 5216ecf commit 74f670b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:

- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@5f865e4ca373f189640721c0cca04ea3e0e7bfcd # v4.0.0
uses: TriPSs/conventional-changelog-action@f04dac1fd07687cec8ea302937ca588b33786e98 # v5.2.1
with:
preset: 'conventionalcommits'
output-file: 'false'

- name: Create Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
Expand All @@ -62,7 +63,7 @@ jobs:
body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Update major tag
uses: actions/publish-action@dca2315f75060c81e52b00dfc86b660107013642 # v0.2.2
uses: actions/publish-action@f784495ce78a41bac4ed7e34a73f0034015764bb # v0.3.0
if: ${{ steps.changelog.outputs.skipped == 'false' }}
with:
source-tag: ${{ steps.changelog.outputs.tag }}

0 comments on commit 74f670b

Please sign in to comment.