Skip to content

Commit

Permalink
chore: downgrade goreleaser to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaCarrera committed Aug 27, 2024
1 parent 674d285 commit abc329c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: |
docker run --rm -e CGO_ENABLED -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
-v /var/run/docker.sock:/var/run/docker.sock -v $PWD:/go/src/exrp -w /go/src/exrp \
goreleaser/goreleaser-cross:v1.23.0 release --clean --skip-validate
goreleaser/goreleaser-cross:v1.22 release --clean --skip-validate
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
run: |
docker run --rm -e CGO_ENABLED -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
-v /var/run/docker.sock:/var/run/docker.sock -v $PWD:/go/src/exrp -w /go/src/exrp \
goreleaser/goreleaser-cross:v1.23.0 release --clean --skip-validate
goreleaser/goreleaser-cross:v1.22 release --clean --skip-validate

0 comments on commit abc329c

Please sign in to comment.