From f013c63eba8eaef146d10e06cca7e07fc5700888 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sun, 28 Nov 2021 14:17:46 +0100 Subject: [PATCH] perf(core): Updated pipeline --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bcee961..1221778 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,14 +16,13 @@ jobs: go-version: 1.17 - name: Build run: go build - + - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: master - custom_release_rules: Release:major,Bugfix:patch,Feature:minor - name: Create Release id: create_release uses: softprops/action-gh-release@v1