Skip to content

Commit

Permalink
fix: release.yaml go-version error
Browse files Browse the repository at this point in the history
  • Loading branch information
lddsb committed Dec 19, 2020
1 parent ecf4f89 commit 7c8a85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: latest
go-version: 1.15.6
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.CA_PAT }}
GITHUB_TOKEN: ${{ secrets.CR_PAT }}

0 comments on commit 7c8a85b

Please sign in to comment.