From 4778352261814af1e21707640d217a2e188bff39 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sun, 28 Nov 2021 14:14:21 +0100 Subject: [PATCH] Fix Pipeline --- .github/workflows/go.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c1ddc3..bcee961 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,10 +23,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: master - custom_release_rules: | - Release:major, - Fix,Bugfix:patch, - Feature:minor + custom_release_rules: Release:major,Bugfix:patch,Feature:minor - name: Create Release id: create_release uses: softprops/action-gh-release@v1