ci: 发版本自动更新静态文件版本号
This commit is contained in:
parent
e01fcdcecd
commit
5ef1f2d940
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
./update-static-version.py
|
||||||
cz bump --check-consistency --increment patch
|
cz bump --check-consistency --increment patch
|
||||||
|
|
||||||
git push -u origin main --tags
|
git push -u origin main --tags
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
./update-static-version.py
|
||||||
cz bump --check-consistency
|
cz bump --check-consistency
|
||||||
|
|
||||||
git push -u origin main --tags
|
git push -u origin main --tags
|
||||||
|
Loading…
Reference in New Issue
Block a user