Files
gotify/Taskfile.yml
fghwett 3ac378c589
Some checks failed
代码更新通知 / update-server (push) Failing after 1s
拷贝文件
2024-12-18 15:02:42 +08:00

17 lines
298 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
cp:
cmds:
- cp -r ${GITHUB_WORKSPACE}../ /root/runner/