Skip to content

Commit

Permalink
Use stable go
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Sep 12, 2023
1 parent 173c99b commit 33f2b24
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable

- name: Checkout with tags
run: git fetch --prune --unshallow --tags
Expand All @@ -32,9 +38,9 @@ jobs:
git fetch --tags
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.4.0
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 33f2b24

Please sign in to comment.