Skip to content

Commit

Permalink
ci: use old goreleaser again
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Oct 4, 2024
1 parent 74dbdd1 commit ddc28d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
version: v1.0.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ddc28d3

Please sign in to comment.