From ba0976bfc582242e3824f0383a9998dd4abd38a7 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sun, 28 Nov 2021 13:55:05 +0100 Subject: [PATCH] Updated Pipeline --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 957793f..5f7c6ec 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,14 +20,14 @@ jobs: - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v5.6 + env: + default_bump: minor with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create Release id: create_release uses: softprops/action-gh-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.tag_version.outputs.changelog }}