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 26bdb4c commit f637bd2Copy full SHA for f637bd2
.github/workflows/relase.yml renamed to .github/workflows/release.yml
@@ -12,18 +12,15 @@ jobs:
12
goreleaser:
13
runs-on: ubuntu-latest
14
steps:
15
- -
16
- name: Checkout
+ - name: Checkout
17
uses: actions/checkout@v2
18
with:
19
fetch-depth: 0
20
21
- name: Set up Go
+ - name: Set up Go
22
uses: actions/setup-go@v2
23
24
go-version: 1.17
25
26
- name: Run GoReleaser
+ - name: Run GoReleaser
27
uses: goreleaser/goreleaser-action@v2
28
29
distribution: goreleaser
0 commit comments