Skip to content

Commit 9bb46eb

Browse files
authored
ensure goreleaser tag has v prefix (#5519)
1 parent 697f3db commit 9bb46eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
225225
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
226226
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
227-
GORELEASER_CURRENT_TAG: ${{ needs.checks.outputs.ic_version }}
227+
GORELEASER_CURRENT_TAG: "v${{ needs.checks.outputs.ic_version }}"
228228
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
229229

230230
- name: Store Artifacts in Cache

0 commit comments

Comments
 (0)