X Tutup
Skip to content

Commit ab675a3

Browse files
committed
Upgrade GoReleaser
Now that the config file is updated, upgrade from v0.169.0 to v0.172.1.
1 parent f82750d commit ab675a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2
2525
with:
26-
version: v0.169.0 # pinning bc our config breaks on latest
26+
version: v0.172.1 # pinning to prevent breaking on latest
2727
args: release --release-notes=CHANGELOG.md
2828
env:
2929
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)
X Tutup