Skip to content

Commit f637bd2

Browse files
committed
fix workflow
1 parent 26bdb4c commit f637bd2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/relase.yml renamed to .github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ jobs:
1212
goreleaser:
1313
runs-on: ubuntu-latest
1414
steps:
15-
-
16-
name: Checkout
15+
- name: Checkout
1716
uses: actions/checkout@v2
1817
with:
1918
fetch-depth: 0
20-
-
21-
name: Set up Go
19+
- name: Set up Go
2220
uses: actions/setup-go@v2
2321
with:
2422
go-version: 1.17
25-
-
26-
name: Run GoReleaser
23+
- name: Run GoReleaser
2724
uses: goreleaser/goreleaser-action@v2
2825
with:
2926
distribution: goreleaser

0 commit comments

Comments
 (0)