Skip to content

Commit

Permalink
Make available for other jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 22, 2024
1 parent f3f4907 commit 79edab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/patrol-check-semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
id: get_last_released_version
run: |
last_version=$(git tag --list 'patrol-v*' | grep -v '\-dev\.[0-9]\+$' | sort -V | tail -n 1 | sed 's/^patrol-v//')
echo $last_version
echo "last_version=$last_version" >> $GITHUB_ENV
echo "::set-output name=last_version::$last_version"
semver:
name: Check API changes
Expand Down

0 comments on commit 79edab1

Please sign in to comment.