From f0e8bb515bf88d47a0b38f15603d1c34e1cab7b9 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sun, 28 Nov 2021 14:09:54 +0100 Subject: [PATCH] Fix Pipeline --- .github/workflows/go.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 06e0e96..0c1ddc3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,14 +22,11 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - default_bump: minor release_branches: master custom_release_rules: | - release:major, - bug:patch, - fix:patch, - feature:minor - + Release:major, + Fix,Bugfix:patch, + Feature:minor - name: Create Release id: create_release uses: softprops/action-gh-release@v1