Skip to content

Commit

Permalink
chore: fix go releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Oct 18, 2024
1 parent 17521d1 commit 6923dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --skip-publish --skip-validate
version: "v1.26.2"
args: release --rm-dist --skip-publish --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release
version: "v1.26.2"
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
-
Expand Down

0 comments on commit 6923dcd

Please sign in to comment.