Upgrade GoReleaser

Now that the config file is updated, upgrade from v0.169.0 to v0.172.1.
This commit is contained in:
chemotaxis 2021-07-01 18:41:13 -04:00
parent f82750dfe6
commit ab675a33f3

View file

@ -23,7 +23,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v0.169.0 # pinning bc our config breaks on latest
version: v0.172.1 # pinning to prevent breaking on latest
args: release --release-notes=CHANGELOG.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}