Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-musora committed Apr 11, 2024
1 parent 5bdeea3 commit 3b5173a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
VERSION_MAJOR_MINOR="1.0"
echo $VERSION_PREFIX
echo $VERSION_MAJOR_MINOR
git status
VERSION_PATCH=$(git tag --list "${VERSION_PREFIX}${VERSION_MAJOR_MINOR}.*" --sort=-version:refname | head -n 1 | grep -oE '[0-9]+$')
echo $VERSION_PATCH
if [ -z "$VERSION_PATCH" ]; then
Expand Down

0 comments on commit 3b5173a

Please sign in to comment.