diff --git a/scripts/goreleaser.sh b/scripts/goreleaser.sh index fa5f23757..35fc25b1b 100755 --- a/scripts/goreleaser.sh +++ b/scripts/goreleaser.sh @@ -55,7 +55,7 @@ echo "${this_script} using git tag ${GORELEASER_CURRENT_TAG}" # Only substitute specific variables, as goreleaser uses shell variable syntax # for its `signs` section `signature` and `artifact` variables. cat .goreleaser.yml.envsubst |envsubst '${skip_release} ${skip_feature_docker_tags} ${feature_docker_tag}' >.goreleaser.yml -cat .goreleaser.yml + goreleaser $@ if [ $? -eq 0 ] ; then echo "${this_script} removing the temporary .goreleaser.yml since goreleaser was successful"