From 679ecab15fdd104ded84f6775c3f13cc895a99e5 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 a7c1e359..29061e7d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,8 +21,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