From 9bb46ebf224119f1ed5ef0bdd8216d7230213b47 Mon Sep 17 00:00:00 2001 From: Paul Abel <128620221+pdabelf5@users.noreply.github.com> Date: Wed, 8 May 2024 17:27:21 +0100 Subject: [PATCH] ensure goreleaser tag has v prefix (#5519) --- .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 e7a2618e5c..d24eca05e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,7 +224,7 @@ jobs: AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }} AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }} AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }} - GORELEASER_CURRENT_TAG: ${{ needs.checks.outputs.ic_version }} + GORELEASER_CURRENT_TAG: "v${{ needs.checks.outputs.ic_version }}" if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }} - name: Store Artifacts in Cache