ci: fix action name
This commit is contained in:
parent
46a1bd5b31
commit
3b1477df6c
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Release CAN-Bridge
|
||||
name: Release Dashboard Server
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
if: success() && startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
version: '~> v2'
|
||||
version: "~> v2"
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user