Skip to content

Commit

Permalink
Merge branch 'master' into release/dencun
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 24, 2023
2 parents 80f2be9 + a7adc35 commit a2e826e
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 a2e826e

Please sign in to comment.