Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: switch release action to softprops/action-gh-release (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba authored Jun 24, 2024
1 parent 04e5749 commit b8e69e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
github-token: ${{ secrets.CHANGELOG_RELEASE }}

- name: create release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v2
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
with:
name: ${{ steps.changelog.outputs.tag }}
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
token: ${{ secrets.CHANGELOG_RELEASE }}

0 comments on commit b8e69e3

Please sign in to comment.