Skip to content

Commit

Permalink
Merge pull request #248 from K-Phoen/goreleaser-deprecated-flag
Browse files Browse the repository at this point in the history
Stop using deprecated goreleaser flag
  • Loading branch information
K-Phoen authored Dec 23, 2023
2 parents db29bd7 + b19b10d commit dc3167d
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 dc3167d

Please sign in to comment.