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 c489246 + b3d5da6 commit 80f2be9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
echo " prerelease: true" >> .goreleaser.yml
echo " make_latest: false" >> .goreleaser.yml
fi
# Add goreleaser config to gitignore so it doesnt complain about a dirty git state
echo ".goreleaser.yaml" >> .gitignore
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 80f2be9

Please sign in to comment.