Skip to content

Commit

Permalink
fixed issue on deploy tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Dec 5, 2021
1 parent a960533 commit 5332c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ publish_release () {
echo "***********************************************"
echo ""
COMMIT_LOG=`git log -1 --format='%ci %H %s'`
github-release upload --owner kike-canaries --repo canairio_sensorlib --tag "rev${SRC_REV}" --release-name "v${SRC_VER} rev${SRC_REV}" --body "${COMMIT_LOG}" $OUTPUT
github-release upload --owner kike-canaries --repo canairio_sensorlib --tag "rev${SRC_VER}" --release-name "v${SRC_VER} rev${SRC_REV}" --body "${COMMIT_LOG}" $OUTPUT
echo ""
echo "***********************************************"
echo "************* done *********************"
Expand Down

0 comments on commit 5332c03

Please sign in to comment.