Skip to content

Commit

Permalink
echo cog version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyben authored Dec 6, 2023
1 parent 1f7463b commit 5331c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ git config --global user.name "$GIT_USER"
echo "Settings git user email $GIT_USER_EMAIL"
git config --global user.email "$GIT_USER_EMAIL"

cog --version

if [ "$CHECK" = "true" ]; then
if [ "$LATEST_TAG_ONLY" = "true" ]; then
Expand Down

0 comments on commit 5331c0b

Please sign in to comment.