From 4107f14ce247c41ab4606225cc4b5ce230411c43 Mon Sep 17 00:00:00 2001 From: jdesouza Date: Wed, 18 Sep 2024 14:54:42 -0300 Subject: [PATCH] Trying to fix releaser --- .goreleaser.yml.envsubst | 1 - scripts/goreleaser.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml.envsubst b/.goreleaser.yml.envsubst index 1ecb03dc3..2cef1584e 100644 --- a/.goreleaser.yml.envsubst +++ b/.goreleaser.yml.envsubst @@ -50,7 +50,6 @@ release: ``` brews: - name: polaris - goarm: 6 repository: owner: FairwindsOps name: homebrew-tap diff --git a/scripts/goreleaser.sh b/scripts/goreleaser.sh index 0d03fb1b7..4cbe3e0f9 100755 --- a/scripts/goreleaser.sh +++ b/scripts/goreleaser.sh @@ -55,6 +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 --skip=sign $@ if [ $? -eq 0 ] ; then echo "${this_script} removing the temporary .goreleaser.yml since goreleaser was successful"