From 245ffb6dae930ef101243bc2ad1d075dc391d855 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 19 Mar 2024 22:37:40 +0000 Subject: [PATCH] use different release action --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 122aaf5..566a290 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,8 +122,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: create release - uses: elgohr/Github-Release-Action@v5 - env: - GH_TOKEN: ${{ github.token }} - with: - title: ${{ github.ref_name }} + uses: ncipollo/release-action@v1