We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f2fc0 commit a1d3a5fCopy full SHA for a1d3a5f
1 file changed
.github/workflows/release.yml
@@ -1,11 +1,11 @@
1
-name: release
+name: Release
2
3
on:
4
push:
5
branches: [ master ]
6
7
jobs:
8
- goreleaser:
+ buildBinaries:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
@@ -14,10 +14,12 @@ jobs:
14
fetch-depth: 0
15
- name: Set up Go
16
uses: actions/setup-go@v3
17
+ with:
18
+ go-version: 1.19
19
+
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v3
22
with:
- # either 'goreleaser' (default) or 'goreleaser-pro'
23
distribution: goreleaser
24
version: latest
25
args: release --rm-dist
0 commit comments