Fix release
This commit is contained in:
parent
997bc170a5
commit
de8a7b607d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release-plugin.yml
vendored
2
.github/workflows/release-plugin.yml
vendored
|
|
@ -44,6 +44,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
tag="${GITHUB_REF#refs/tags/}"
|
tag="${GITHUB_REF#refs/tags/}"
|
||||||
|
|
||||||
|
cd plugin
|
||||||
|
|
||||||
gh release create "$tag" \
|
gh release create "$tag" \
|
||||||
--title="$tag" \
|
--title="$tag" \
|
||||||
--draft \
|
--draft \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue