Skip to content

Commit

Permalink
Fixed git push on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Feb 16, 2022
1 parent 9bbcbaf commit cd5eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {
echo "About to release version tagged $version ($mode)"
sleep 3

if [[ "$force" == "false" ]]; then
if [[ "$force" == "true" ]]; then
echo "Pushing to ensure GitHub knowns about the latest commit(s)"
git push
fi
Expand Down

0 comments on commit cd5eeae

Please sign in to comment.