Skip to content

Commit

Permalink
chore(workflows): add DEPENDENCIES update to update-registry-library …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
ds-jhartmann committed Jul 16, 2024
1 parent e09affa commit 692776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-registry-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
new_version="${major}.${minor}.${patch}"
fi
if [ $new_version == $CURRENT_VERSION ]; then
echo "New version is equal to current version."
echo "New version $new_version is equal to current version $CURRENT_VERSION."
exit 1
fi
echo NEXT_VERSION="$new_version" >> $GITHUB_ENV
Expand Down

0 comments on commit 692776b

Please sign in to comment.