Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle update to goreleaser v2 (#86)
We were previously stating `version: latest` in the goreleaser-action step and thus were bumped to v2 of goreleaser itself. v2 dropped `--rm-dist`, now named `--clean`. I opted to handle the update now while its nice and easy instead of later when it would likely be more of a pain.
- Loading branch information