Skip to content

Commit

Permalink
Fix release failure because of #6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Feb 9, 2017
1 parent 5f09375 commit a1d2e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ git add ./*.go
git commit -m "gofmt" || true # ignore no changes error

# gobump
new_version=$(gobump "$1" -w -v cmd | jq -r '.[]')
new_version=$(gobump "$1" -w -v cmd/gokc | jq -r '.[]')
git add ./*.go
git commit -m "Bump version $new_version"
git push origin master
Expand Down

0 comments on commit a1d2e3a

Please sign in to comment.