From 9f7ead3a7537c6d4f15936a70109b980fb445061 Mon Sep 17 00:00:00 2001 From: frank zhu Date: Thu, 15 Aug 2024 14:06:11 -0500 Subject: [PATCH] temp add current_tag env --- .github/actions/goreleaser-build-sign-publish/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/goreleaser-build-sign-publish/action.yml b/.github/actions/goreleaser-build-sign-publish/action.yml index d44acf91fe0..a17eb24427a 100644 --- a/.github/actions/goreleaser-build-sign-publish/action.yml +++ b/.github/actions/goreleaser-build-sign-publish/action.yml @@ -123,6 +123,7 @@ runs: GORELEASER_EXEC: ${{ inputs.goreleaser-exec }} GORELEASER_CONFIG: ${{ inputs.goreleaser-config }} GORELEASER_KEY: ${{ inputs.goreleaser-key }} + GORELEASER_CURRENT_TAG: "v2.14.7" # TODO: remove this line GITHUB_TOKEN: ${{ github.token }} COSIGN_PASSWORD: ${{ inputs.cosign-password }} COSIGN_PUBLIC_KEY: ${{ inputs.cosign-public-key }}