From 63748caddd48adcab39e125afed9cfd0cc67a94e Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 7 Jul 2024 11:21:37 +0200 Subject: [PATCH] wrong action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3731bb6..af7dd48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Create Realease id: create_release - uses: actions/release-action@1 + uses: ncipollo/release-action@1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: