version: '3'
tasks:
tag:
cmds:
- git tag {{.VERSION}}
- git push origin {{.VERSION}}
requires:
vars: [VERSION]
tags:
- git --no-pager tag --list