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 494c176 commit 15525ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wiremock-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
#!/bin/bash
# Check latest semver tag:
echo "Searching for latest semver"
version=$(git tag -l --sort=-version:refname | grep -E '^\d+\.\d+\.\d+$' -m 1)
git tag -l --sort=-version:refname | grep -E '^\d+\.\d+\.\d+$' -m 1
# 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 15525ad

Please sign in to comment.