From ca28c263667488cdc6ef9062b566d97c582e192f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Mon, 19 Dec 2022 20:30:45 +0100 Subject: [PATCH] Remove "Test" from release name --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e55e0e2..a8ea901 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -66,7 +66,6 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" name: Create release with: - title: Test repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: latest prerelease: false