Skip to content

Commit a1d3a5f

Browse files
committed
Fix some naming and versioning
1 parent 57f2fc0 commit a1d3a5f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: release
1+
name: Release
22

33
on:
44
push:
55
branches: [ master ]
66

77
jobs:
8-
goreleaser:
8+
buildBinaries:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
@@ -14,10 +14,12 @@ jobs:
1414
fetch-depth: 0
1515
- name: Set up Go
1616
uses: actions/setup-go@v3
17+
with:
18+
go-version: 1.19
19+
1720
- name: Run GoReleaser
1821
uses: goreleaser/goreleaser-action@v3
1922
with:
20-
# either 'goreleaser' (default) or 'goreleaser-pro'
2123
distribution: goreleaser
2224
version: latest
2325
args: release --rm-dist

0 commit comments

Comments
 (0)