Skip to content

Commit

Permalink
ci: replace deprecated GH action for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Dec 30, 2023
1 parent bb0266f commit cb1f0e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Expand Up @@ -146,12 +146,10 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1.1.4
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false

0 comments on commit cb1f0e6

Please sign in to comment.