ci: 发版本自动更新静态文件版本号

This commit is contained in:
涵曦 2024-07-15 14:53:25 +00:00
parent e01fcdcecd
commit 5ef1f2d940
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
./update-static-version.py
cz bump --check-consistency --increment patch
git push -u origin main --tags

View File

@ -1,5 +1,6 @@
#!/bin/bash
./update-static-version.py
cz bump --check-consistency
git push -u origin main --tags