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 9c4755e commit e83202bCopy full SHA for e83202b
.github/workflows/go.yml
@@ -23,27 +23,3 @@ jobs:
23
24
- name: Test
25
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
37
- go-version: 1.16
38
39
- - name: Run GoReleaser
40
- uses: goreleaser/goreleaser-action@v2
41
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