We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee39f7 commit 9531c98Copy full SHA for 9531c98
.github/workflows/release.yml
@@ -13,12 +13,16 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
16
+ with:
17
+ fetch-depth: 0
18
- name: Set up Go
19
uses: actions/[email protected]
20
with:
21
go-version: 1.16
22
- name: Run GoReleaser
23
+ uses: goreleaser/goreleaser-action@v2
24
25
+ version: v0.169.0
26
+ args: release --rm-dist
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- VERSION: v0.143.0
- run: curl -sL https://git.io/goreleaser | bash
.goreleaser.yml
@@ -14,6 +14,7 @@ builds:
- 386
- amd64
- arm
+ - arm64
archives:
- id: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
0 commit comments