Skip to content

Commit

Permalink
Fix patrol_log check semver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Nov 22, 2024
1 parent 3265a22 commit dd347bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patrol_log-check-semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get last released version
id: get_last_released_version
run: |
last_version=$(git tag --list 'patrol_log-v*' | grep -v '\-dev\.[0-9]\+$' | sort -V | tail -n 1 | sed 's/^patrol_finders-v//')
last_version=$(git tag --list 'patrol_log-v*' | grep -v '\-dev\.[0-9]\+$' | sort -V | tail -n 1 | sed 's/^patrol_log-v//')
echo "last_version=$last_version" >> $GITHUB_ENV
echo "::set-output name=last_version::$last_version"
Expand Down

0 comments on commit dd347bd

Please sign in to comment.