Skip to content

Commit

Permalink
Merge pull request #458 from solidnerd/rjh_actions
Browse files Browse the repository at this point in the history
ci: replace deprecated GH action for releases
  • Loading branch information
rjhenry committed Dec 30, 2023
2 parents bb0266f + cb1f0e6 commit 1054e17
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 1054e17

Please sign in to comment.