From 835d0dcadf886839ff6f5a6a588028aa10313e9b Mon Sep 17 00:00:00 2001 From: Chris Hirsch Date: Mon, 29 Apr 2024 15:57:33 -0600 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Auto=20bump=20semver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1f265e4..e7aa810 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,6 +34,7 @@ jobs: uses: gandarez/semver-action@v2.0.0 with: branching_model: "trunk-based" + bump: true - name: "Created tag" run: echo "tag ${{ steps.semver-tag.outputs.semver_tag }}"