Skip to content

Commit

Permalink
Update Goreleaser Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
corvus-ch committed Jan 4, 2025
1 parent 05a03cb commit 625aab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
coverageLocations: |
${{github.workspace}}/c.out:gocov
- uses: goreleaser/goreleaser-action@v3
- uses: goreleaser/goreleaser-action@v6
if: matrix.os == 'ubuntu-latest'
with:
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

Expand Down

0 comments on commit 625aab9

Please sign in to comment.