Skip to content

Commit

Permalink
Merge branch 'rc/0.16.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Apr 12, 2022
2 parents 94e3a1e + 89bbf3e commit 30c65fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
fetch-depth: 0
- name: Fetch tags
run: git fetch --force --tags
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 30c65fa

Please sign in to comment.