Skip to content

Commit

Permalink
Trying to fix releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesouza committed Sep 18, 2024
1 parent b36c314 commit 4107f14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ release:
```
brews:
- name: polaris
goarm: 6
repository:
owner: FairwindsOps
name: homebrew-tap
Expand Down
1 change: 1 addition & 0 deletions scripts/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4107f14

Please sign in to comment.