Skip to content

Commit

Permalink
Merge pull request #5 from redBorder/fix_auto_bumping
Browse files Browse the repository at this point in the history
Fix auto bumping
  • Loading branch information
malvads authored Dec 14, 2023
2 parents 15d98b4 + ecfbda6 commit 9f62ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buldrpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
git pull origin release/$VERSION
git checkout release/$VERSION
branch=$DEFAULT_BRANCH
tag=$(git describe --tags --abbrev=0)
tag=$(git tag -l '*.*.*' | grep -v '-' | sort -V | head -n -1 | tail -n 1)
if [ -z "$VERSION" ]; then
echo "Error: VERSION environment variable is not set."
Expand Down

0 comments on commit 9f62ef4

Please sign in to comment.