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