Update release.yml

This commit is contained in:
影舞者 2024-12-19 23:09:06 +08:00 committed by GitHub
parent 3dfd2e9e30
commit 9ee51a96d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ jobs:
with: with:
distribution: goreleaser distribution: goreleaser
version: latest version: latest
args: "release --clean --debug -f .github/conf/.goreleaser.yml" args: "release --clean -f .github/conf/.goreleaser.yml"
workdir: . workdir: .
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}