From 1f077a6a9be3f66d801cb53aab6d5879b7fd7725 Mon Sep 17 00:00:00 2001 From: Christoph Hofmann Date: Sun, 25 Feb 2024 21:52:01 +0100 Subject: [PATCH] Update release workflow Signed-off-by: Christoph Hofmann --- .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 78f66be..abcc9d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Create a Release id: create_release - uses: "marvinpinto/action-automatic-releases@latest" + uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: ${{inputs.beta_release}}