From 1bd5e69bf659b3cb5385485be589017a409019a4 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 27 Feb 2019 20:19:29 +0100 Subject: [PATCH] fix modules pollution --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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