Skip to content

Commit

Permalink
update goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Oct 18, 2024
1 parent 3b224db commit c2da180
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ jobs:
# validate the configuration file
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: v2
distribution: goreleaser-pro
version: latest
args: check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: v2
distribution: goreleaser-pro
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} # goreleaser-pro key
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit c2da180

Please sign in to comment.