Skip to content

Commit

Permalink
mod release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yhidetoshi committed Jan 14, 2019
1 parent 812cd97 commit 5a1d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
set -e
latest_tag=$(git describe --abbrev=0 --tags)
goxz -d dist/$latest_tag -z -os windows,darwin,linux -arch amd64,386
ghr -u yhidetoshi --token $GITHUB_TOKEN -r mackerel-plugin-awsbilling $latest_tag dist/$latest_tag
ghr -u yhidetoshi -r mackerel-plugin-awsbilling $latest_tag dist/$latest_tag

0 comments on commit 5a1d66a

Please sign in to comment.