diff --git a/scripts/release.sh b/scripts/release.sh index aec443d..965d9a4 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -go get github.com/caarlos0/svu +GO111MODULE=off go get github.com/caarlos0/svu git tag `svu "$1"` -git push --tags \ No newline at end of file +git push --tags