Skip to content

Commit 477d61f

Browse files
committed
fix: release workflow
1 parent 92eb2a9 commit 477d61f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_on_tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
cp onedesign.php /tmp/onedesign/
4040
cp README.md /tmp/onedesign/
4141
cp -r vendor/ /tmp/onedesign/
42+
cp uninstall.php /tmp/onedesign/
4243
4344
# Create the zip file
4445
cd /tmp
@@ -61,7 +62,7 @@ jobs:
6162
run: |
6263
gh release view "${{ github.ref_name }}" || \
6364
gh release create "${{ github.ref_name }}" \
64-
--title "OneDesign ${{ github.ref_name }}" \
65+
--title "${{ github.ref_name }}" \
6566
--generate-notes \
6667
--draft
6768
# Upload the artifact

0 commit comments

Comments
 (0)