Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 8, 2024
1 parent 10eb958 commit 792ec6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
id: get_version
run: |
# Get the latest tag, filter to versions with "v" prefix, sort them by version, and take the latest
git fetch --tags
git describe --tags --match "v[0-9]*" --abbrev=0
VERSION=$(git describe --tags --match "v[0-9]*" --abbrev=0 2>/dev/null || echo "v0.0.0")
echo "Current version: $VERSION"
Expand Down

0 comments on commit 792ec6a

Please sign in to comment.