From 16031868631f049f39d26415caf74641bff89e4b 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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release_gh.yml b/.github/workflows/release_gh.yml index 1711c722..289da973 100644 --- a/.github/workflows/release_gh.yml +++ b/.github/workflows/release_gh.yml @@ -26,11 +26,5 @@ jobs: # Runs a single command using the runners shell - name: Create a Release - uses: actions/create-release@v1.1.4 - 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 }} + uses: ncipollo/release-action@v1 + \ No newline at end of file