Upgrade GoReleaser
Now that the config file is updated, upgrade from v0.169.0 to v0.172.1.
This commit is contained in:
parent
f82750dfe6
commit
ab675a33f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue