Skip to content

Commit

Permalink
Stop using deprecated goreleaser flag
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Dec 23, 2023
1 parent db29bd7 commit b19b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ needs.tag.outputs.version }}

0 comments on commit b19b10d

Please sign in to comment.