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 46204a1 commit 10eb958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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 describe --tags --match "v[0-9]*" --abbrev=0 2>/dev/null
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"
echo "version=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 10eb958

Please sign in to comment.