Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Feb 21, 2024
1 parent be5fc83 commit 84f2a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -20,13 +20,13 @@ jobs:
go-version: 1.21

- name: Get packr
run: go get -u github.com/gobuffalo/packr/v2/packr2
run: go install github.com/gobuffalo/packr/v2/packr2@v2.8.3

- name: Prepare
run: git reset --hard

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

0 comments on commit 84f2a76

Please sign in to comment.