Skip to content

Commit

Permalink
chore: use better action for creating releases
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Oct 21, 2023
1 parent 04d9024 commit d002546
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 @@ -40,13 +40,13 @@ jobs:
github-token: ${{ secrets.github_token }}

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

- name: Publish
Expand Down

0 comments on commit d002546

Please sign in to comment.