We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acc9a4 commit 053d2d1Copy full SHA for 053d2d1
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
distribution: goreleaser
26
version: v1.8.3
27
- args: release --rm-dist
+ args: release -f .gorelease.yaml --rm-dist
28
workdir: yaccgo/
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
yaccgo/.gorelease.yaml
@@ -0,0 +1,17 @@
1
+env:
2
+ - GO111MODULE=on
3
+
4
+before:
5
+ hooks:
6
+ - go mod download
7
8
+builds:
9
+ -
10
+ env:
11
+ - CGO_ENABLED=0
12
+ goos:
13
+ - darwin
14
+ - linux
15
+ - windows
16
+ goarch:
17
+ - amd64
0 commit comments