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 15525ad commit 796340a
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 @@ -22,7 +22,7 @@ jobs:
#!/bin/bash
# Check latest semver tag:
echo "Searching for latest semver"
git tag -l --sort=-version:refname | grep -E '^\d+\.\d+\.\d+$' -m 1
git tag -l --sort=-version:refname
# version=$(git tag -l --sort=-version:refname | grep -E '^\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 796340a

Please sign in to comment.