Skip to content

Commit

Permalink
ci: upgrade goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Apr 2, 2024
1 parent e71d0e8 commit c5596e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: install choco
Expand All @@ -31,7 +31,7 @@ jobs:
chmod +x /usr/local/bin/choco
env:
CHOCOLATEY_VERSION: 1.3.1
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
Expand Down

0 comments on commit c5596e3

Please sign in to comment.