Fix fury workflow

This commit is contained in:
世界 2024-03-16 12:17:55 +08:00
parent e27fb51b54
commit acd438be23
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: goreleaser release -f .goreleaser.fury.yaml --clean
args: release -f .goreleaser.fury.yaml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}