Skip to content

Commit 9de4cc7

Browse files
authored
Update update_binaries.yml
1 parent 07bc076 commit 9de4cc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update_binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ jobs:
8989
git add PyPI/Package/src/webui/
9090
git commit -m "Update WebUI binaries" || echo "No changes to commit"
9191
git push
92+
93+
- name: Delete Tag
94+
run: |
95+
git tag -d update-webui
96+
git push --delete origin update-webui

0 commit comments

Comments
 (0)