Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Dec 18, 2019
1 parent 9311fdd commit 5edcc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ git add $basedir/README.md
git commit -m "$msg"
git tag -a $version -m "$msg"

goreleaser --config $basedir/goreleaser.yaml
goreleaser --rm-dist --config $basedir/goreleaser.yaml

git push origin master

0 comments on commit 5edcc1e

Please sign in to comment.