From 7a29e77f48d97ea0249c7d820d601c4378dd9bc9 Mon Sep 17 00:00:00 2001 From: fronold49 <116550134+fronold49@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:16:47 +0000 Subject: [PATCH] Removing the startsWith --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ac2a4dc..14b8408 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: draft: true discussion_category_name: releases