Skip to content

Commit

Permalink
feat: echo cog version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyben authored and oknozor committed Apr 19, 2024
1 parent 06d1eb4 commit 41c16c9
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 41c16c9

Please sign in to comment.