Skip to content

Commit

Permalink
Merge pull request #57 from ytsarev/update-go-releaser
Browse files Browse the repository at this point in the history
Update deprecated go releaser argument
  • Loading branch information
ytsarev authored Sep 15, 2024
2 parents c3c5bbb + fa30348 commit 35e643d
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 @@ -25,7 +25,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_CLI_EXPERIMENTAL: "enabled"

0 comments on commit 35e643d

Please sign in to comment.