Skip to content

Commit 4417553

Browse files
committed
Update GoReleaser
1 parent 79f99b6 commit 4417553

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/dummy-release.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@v6
2525
with:
26-
version: latest
26+
version: "~> v2"
2727
args: release --clean --snapshot --skip=publish
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6
2727
with:
28-
version: latest
28+
version: "~> v2"
2929
args: release --clean
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
# project_name: progszy_extended
23
before:
34
hooks:
@@ -86,9 +87,9 @@ builds:
8687
goarch:
8788
- arm
8889
goarm:
89-
- 5
90-
- 6
91-
- 7
90+
- '5'
91+
- '6'
92+
- '7'
9293
# archives:
9394
# format: tar.gz
9495
# format_overrides:

0 commit comments

Comments
 (0)