Files
go-api-pkg/push-tag.sh
2022-12-01 09:56:35 +01:00

8 lines
91 B
Bash
Executable File

#!/bin/sh
git tag -d dev
git push origin develop
git tag dev
git push origin dev --force