Files
gotify/Taskfile.yml
fghwett 0e8b02a9b1
Some checks failed
代码更新通知 / update-server (push) Failing after 2s
gotify通知
2024-12-18 16:10:39 +08:00

14 lines
231 B
YAML

version: 3
tasks:
latest:
desc: 生成最新的版本
cmds:
- git tag -d "latest"
- git push origin :refs/tags/latest
- git tag -a "latest" -m "latest"
- git push origin --tags
- git push