mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Make Goreleaser use the tag passed to the script
This commit is contained in:
@@ -28,6 +28,7 @@ fi
|
|||||||
fullTag=$1
|
fullTag=$1
|
||||||
shift
|
shift
|
||||||
echo "fullTag=$fullTag"
|
echo "fullTag=$fullTag"
|
||||||
|
export GORELEASER_CURRENT_TAG=$fullTag
|
||||||
|
|
||||||
if [[ $1 == "release" || $1 == "build" ]]; then
|
if [[ $1 == "release" || $1 == "build" ]]; then
|
||||||
mode=$1
|
mode=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user