Skip to content

Commit

Permalink
make_release.sh- add space between zigmod install and ghr output
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Sep 9, 2021
1 parent 185bcfe commit 71f931b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ date=$(date +'%Y.%m.%d')
version=${CIRCLE_BUILD_NUM-$date}
tag=v$version
./zig-out/bin/zigmod aq install 1/nektro/ghr
echo
rm ./zig-out/bin/zigmod
~/.zigmod/bin/ghr \
-t ${GITHUB_TOKEN} \
Expand Down

0 comments on commit 71f931b

Please sign in to comment.