From a18367f8cbe6f2ba0bf94e0204b54f9ca8da98c3 Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Sun, 28 Apr 2024 14:53:36 +0200 Subject: [PATCH] major: Golang version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401469b..ecda1e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,4 +81,4 @@ jobs: 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 }}" + run: echo "The new tag is ${{ steps.tag.outputs.tag }}"