From a975a75211ebe4456af357a00f7527d691416c72 Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Sat, 4 Nov 2023 23:02:00 +0100 Subject: [PATCH] Switch to maintained github release action --- .github/workflows/release_gh.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_gh.yml b/.github/workflows/release_gh.yml index 1711c722..9d1d6442 100644 --- a/.github/workflows/release_gh.yml +++ b/.github/workflows/release_gh.yml @@ -26,11 +26,9 @@ jobs: # Runs a single command using the runners shell - name: Create a Release - uses: actions/create-release@v1.1.4 + uses: elgohr/Github-Release-Action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - # The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag - tag_name: ${{ github.ref }} # The name of the release. For example, `Release v1.0.1` - release_name: Release ${{ github.ref }} + title: ${{ github.ref }}