diff options
Diffstat (limited to 'doRelease.go')
| -rw-r--r-- | doRelease.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go index 62a3dc4..6a4b941 100644 --- a/doRelease.go +++ b/doRelease.go @@ -60,7 +60,7 @@ func doRelease() error { // check if the git tag already exists somehow testtag := me.release.version.String() - if check.LocalTagExists(testtag) { + if check.IfRefExists(testtag) { log.Info("TAG ALREADY EXISTS", testtag) return log.Errorf("%s TAG ALREADY EXISTS %s", check.FullPath, testtag) } else { |
