Skip to content

Commit

Permalink
Fixed github tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Jan 4, 2024
1 parent 9902e17 commit 835400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
id: patch-version
run: |
version="${{ steps.get-library-version.outputs.version }}"
if [[ "$version" == *.*.* ]]; then
if [[ "$version" == *.*.*.* ]]; then
echo "Version contains three dots"
major=$(echo "$version" | cut -d. -f1)
minor=$(echo "$version" | cut -d. -f2)
Expand Down

0 comments on commit 835400e

Please sign in to comment.