Skip to content

Commit

Permalink
Test WireMock Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 30, 2023
1 parent 4d56389 commit 6a82b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiremock-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
#!/bin/bash
# Check latest semver tag:
echo "Searching for latest semver"
version=$(git tag -l --sort=-version:refname | grep -P '\d+\.\d+\.\d+' -m 1)
version=$(git tag -l --sort=-version:refname | grep -P '^\d+\.\d+\.\d+$' -m 1)
echo "version=${version}" >> $GITHUB_OUTPUT
echo "Found version=${version}. Checking if this version is newer than our."
Expand Down

0 comments on commit 6a82b78

Please sign in to comment.