ci: fix action name

This commit is contained in:
Eli Yip 2025-05-27 11:19:16 +08:00
parent 46a1bd5b31
commit 3b1477df6c
No known key found for this signature in database
GPG Key ID: C98B69D4CF7D7EC5

View File

@ -1,4 +1,4 @@
name: Release CAN-Bridge name: Release Dashboard Server
on: on:
workflow_dispatch: workflow_dispatch:
@ -48,7 +48,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6 uses: goreleaser/goreleaser-action@v6
if: success() && startsWith(github.ref, 'refs/tags/') if: success() && startsWith(github.ref, 'refs/tags/')
with: with:
version: '~> v2' version: "~> v2"
args: release --clean args: release --clean
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}