fix bug
This commit is contained in:
parent
5813419f4b
commit
63c4975483
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Upload Release Assets
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published, prereleased]
|
types: [published]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tag="${GH_TAG}}"
|
tag="${GH_TAG}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "ci_id=$id" >> "$GITHUB_OUTPUT"
|
echo "ci_id=$id" >> "$GITHUB_OUTPUT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue