fix modules pollution
This commit is contained in:
parent
74df46e0ee
commit
1bd5e69bf6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
git push --tags
|
||||
|
|
Loading…
Reference in a new issue