From 0090b5ef8896c708b9eaf8ce51fab32ba889293d Mon Sep 17 00:00:00 2001 From: fronold49 <116550134+fronold49@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:27:29 +0000 Subject: [PATCH] Finalize Master --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 14b8408..4ceddf7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,8 +23,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: draft: true - discussion_category_name: releases generate_release_notes: true token: ${{ secrets.GITHUB_TOKEN }}