Skip to content

Commit

Permalink
Merge pull request #14 from nametake/update-go-releaser-config
Browse files Browse the repository at this point in the history
Updated GoReleaser config
  • Loading branch information
nametake authored Nov 23, 2021
2 parents 70e8ff8 + 13756cd commit d0f2b23
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
Expand Down

0 comments on commit d0f2b23

Please # to comment.