We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afe19d commit 791bca7Copy full SHA for 791bca7
1 file changed
.github/workflows/release.yml
@@ -10,16 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
13
- - name: Set up Go
14
- uses: actions/setup-go@v2
15
- with:
16
- go-version: 1.17
17
-
18
- - name: Validates GO releaser config
19
- uses: docker://goreleaser/goreleaser:latest
20
21
- args: check
22
23
- name: Create release on GitHub
24
uses: docker://goreleaser/goreleaser:latest
25
with:
0 commit comments