Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Jun 23, 2022
1 parent 283b320 commit bb88869
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Checkout go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18' # The Go version to download (if necessary) and use.

Expand Down Expand Up @@ -54,8 +56,9 @@ jobs:
run: |
echo $RELEASE_VERSION
echo ${{ steps.vars.outputs.tag }}
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit bb88869

Please sign in to comment.