From cb1f0e6b4c554bdeced36a6459379aa3ae654e03 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Sat, 30 Dec 2023 13:13:09 +0000 Subject: [PATCH] ci: replace deprecated GH action for releases --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80e12bc..82c2ade 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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