From 4c2fe03fe75f1d97f7f38fd00e0fe99d6cb4cfb1 Mon Sep 17 00:00:00 2001 From: Alexey Raga Date: Sat, 20 Apr 2024 01:28:31 +1000 Subject: [PATCH] Update CI.yaml Fix release tag --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 84c0202..030b49f 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -115,7 +115,7 @@ jobs: if: (github.ref == 'refs/heads/main') with: name: Release ${{ steps.gitversion.outputs.MajorMinorPatch }} - tag: ${{ needs.git-version.outputs.MajorMinorPatch }} + tag: ${{ nsteps.gitversion.outputs.MajorMinorPatch }} token: ${{ secrets.GITHUB_TOKEN }} generateReleaseNotes: true