From 5833f4ca800d22b1d5fca869c9d26289f9f36e18 Mon Sep 17 00:00:00 2001 From: Katrina Verey Date: Mon, 28 Mar 2022 14:37:29 -0400 Subject: [PATCH] Make Goreleaser use the tag passed to the script --- releasing/run-goreleaser.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/releasing/run-goreleaser.sh b/releasing/run-goreleaser.sh index e4b4ddd455..f377ceef9d 100755 --- a/releasing/run-goreleaser.sh +++ b/releasing/run-goreleaser.sh @@ -28,6 +28,7 @@ fi fullTag=$1 shift echo "fullTag=$fullTag" +export GORELEASER_CURRENT_TAG=$fullTag if [[ $1 == "release" || $1 == "build" ]]; then mode=$1