Skip to content

Commit

Permalink
update goreleaser/goreleaser-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and ayoisaiah committed Sep 1, 2024
1 parent 3148508 commit a747050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
prerelease: true

- name: Build assets with Goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "~> v2"
args: release --clean --snapshot

- name: Upload assets to nightly release
Expand Down Expand Up @@ -118,9 +118,9 @@ jobs:
prerelease: false

- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "~> v2"
args: release --clean
env:
GORELEASER_GITHUB_TOKEN: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
Expand Down

0 comments on commit a747050

Please sign in to comment.