Skip to content

Commit

Permalink
update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Aug 10, 2023
1 parent bd82bb1 commit 718c535
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,19 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
- name: Checkout
uses: actions/checkout@v3

- name: Unshallow
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v2

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
go-version: '1.21.0'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 718c535

Please sign in to comment.