Skip to content

Commit

Permalink
Merge pull request #112 from smlx/deprecated-goreleaser-flag
Browse files Browse the repository at this point in the history
chore: avoid deprecated goreleaser flag in release workflow
  • Loading branch information
smlx authored Aug 18, 2023
2 parents 69cbd8d + bf99feb commit 4478346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4.4.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4478346

Please sign in to comment.