Skip to content

Commit e83202b

Browse files
authored
Update go.yml
1 parent 9c4755e commit e83202b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,3 @@ jobs:
2323

2424
- name: Test
2525
run: go test -v ./...
26-
27-
goreleaser:
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: Checkout
31-
uses: actions/checkout@v2
32-
with:
33-
fetch-depth: 0
34-
- name: Set up Go
35-
uses: actions/setup-go@v2
36-
with:
37-
go-version: 1.16
38-
39-
- name: Run GoReleaser
40-
uses: goreleaser/goreleaser-action@v2
41-
with:
42-
# either 'goreleaser' (default) or 'goreleaser-pro'
43-
distribution: goreleaser
44-
version: latest
45-
args: release --rm-dist
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
49-
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)