Skip to content

Commit

Permalink
chore: Update goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 24, 2023
1 parent b3d5da6 commit a7adc35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
# If we have a valid RELEASE_SUFFIX, update the goreleaser config to not set
# the release as the latest
if [[ -n "$RELEASE_SUFFIX" ]]; then
echo "release:" >> .goreleaser.yml
echo " prerelease: true" >> .goreleaser.yml
echo " make_latest: false" >> .goreleaser.yml
echo "release:" >> .goreleaser.yaml
echo " prerelease: true" >> .goreleaser.yaml
echo " make_latest: false" >> .goreleaser.yaml
fi
# Add goreleaser config to gitignore so it doesnt complain about a dirty git state
Expand Down

0 comments on commit a7adc35

Please sign in to comment.