Skip to content

Commit

Permalink
Merge pull request #40 from actions/ajaykn/fix-go-release
Browse files Browse the repository at this point in the history
Fix go release workflow by updating to latest version
  • Loading branch information
ajaykn committed May 24, 2022
2 parents f954333 + 6441a9b commit ed8d809
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go 1.14
uses: actions/setup-go@v2-beta
with:
go-version: 1.14
uses: actions/setup-go@v3
- name: Set CURRENT_TAG
run: echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit ed8d809

Please sign in to comment.