We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697f3db commit 9bb46ebCopy full SHA for 9bb46eb
.github/workflows/ci.yml
@@ -224,7 +224,7 @@ jobs:
224
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
225
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
226
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
227
- GORELEASER_CURRENT_TAG: ${{ needs.checks.outputs.ic_version }}
+ GORELEASER_CURRENT_TAG: "v${{ needs.checks.outputs.ic_version }}"
228
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
229
230
- name: Store Artifacts in Cache
0 commit comments