Skip to content

Commit 13756cd

Browse files
committed
Updated release.yaml
1 parent 70e8ff8 commit 13756cd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
1313
with:
14-
fetch-depth: 1
14+
fetch-depth: 0
1515
- name: Setup Go
16-
uses: actions/setup-go@v1
16+
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.13
18+
go-version: 1.17
1919
- name: Run GoReleaser
20-
uses: goreleaser/goreleaser-action@v1
20+
uses: goreleaser/goreleaser-action@v2
2121
with:
22+
distribution: goreleaser
2223
version: latest
2324
args: release --rm-dist
2425
env:

0 commit comments

Comments
 (0)