From f4716ccee8d599068d1c3a9bcea1745b5ed47404 Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Sun, 28 Apr 2024 14:48:35 +0200 Subject: [PATCH] break: Golang version --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90fbcac..401469b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: 1k-off/action-semver-tag-release@1.0.1 + name: Bump version and push tag id: tag with: version: latest github_token: ${{ secrets.GITHUB_TOKEN }} + - name: Echo the new tag + run: echo "The new tag is ${{ steps.tag.outputs.semver-tag-release-path }}"