Skip to content

Commit 4cea2db

Browse files
author
Brean
committed
fix: Update GoReleaser version to v2.4.1 in release workflow
1 parent 33b361a commit 4cea2db

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Run GoReleaser
195195
uses: goreleaser/goreleaser-action@v5
196196
with:
197-
version: latest
197+
version: v2.4.1
198198
args: release --clean
199199
env:
200200
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Generated by Cargo
32
# will have compiled files and executables
43
debug/
@@ -16,4 +15,3 @@ scripts/*
1615

1716
PKGBUILD
1817
.SRCINFO
19-
.goreleaser.yml

0 commit comments

Comments
 (0)