Skip to content

Commit 713192c

Browse files
committed
Comments out goreleaser to prevent mistaken 3.0 downloads
1 parent 4830fc3 commit 713192c

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
version: latest
2424
args: release --rm-dist
2525
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
builds:
2-
- goos:
3-
- windows
4-
- linux
5-
goarch:
6-
- "386"
7-
- arm
8-
ignore:
9-
- goos: windows
10-
goarch: arm
11-
mod_timestamp: "{{ .CommitTimestamp }}"
12-
archives:
13-
- format: binary
14-
replacements:
15-
"386": 32bit
16-
"arm": arm_raspberrypi
17-
checksum:
18-
disable: true
1+
#builds:
2+
# - goos:
3+
# - windows
4+
# - linux
5+
# goarch:
6+
# - "386"
7+
# - arm
8+
# ignore:
9+
# - goos: windows
10+
# goarch: arm
11+
# mod_timestamp: "{{ .CommitTimestamp }}"
12+
#archives:
13+
# - format: binary
14+
# replacements:
15+
# "386": 32bit
16+
# "arm": arm_raspberrypi
17+
#checksum:
18+
# disable: true

0 commit comments

Comments
 (0)