Skip to content

Commit

Permalink
Fix comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Jan 15, 2025
1 parent c81a763 commit 04fd4d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/ci/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

CI_RELEASE_VERSION=`date +"v%Y-%m-%d"`

# if [ `git status -s` -eq '' ]; then
# echo "No changes to commit"
# exit 0
# fi
if [ `git status -s` -eq '' ]; then
echo "No changes to commit"
exit 0
fi

# git commit -a -m "Update: ${CI_RELEASE_VERSION}"
# git push --all
git commit -a -m "Update: ${CI_RELEASE_VERSION}"
git push --all

bundle exec rake release

0 comments on commit 04fd4d0

Please sign in to comment.