Skip to content

Commit

Permalink
Make Goreleaser use the tag passed to the script
Browse files Browse the repository at this point in the history
  • Loading branch information
KnVerey committed Mar 28, 2022
1 parent e86c479 commit 5833f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasing/run-goreleaser.sh
Expand Up @@ -28,6 +28,7 @@ fi
fullTag=$1
shift
echo "fullTag=$fullTag"
export GORELEASER_CURRENT_TAG=$fullTag

if [[ $1 == "release" || $1 == "build" ]]; then
mode=$1
Expand Down

0 comments on commit 5833f4c

Please sign in to comment.