correct release naming
This commit is contained in:
parent
9a35f69323
commit
af79b0e2ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
DATE=$(date +%Y%m%d)
|
||||
SHA=$(git rev-parse --short HEAD)
|
||||
BASE_VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "v0.0.0")
|
||||
BASE_VERSION=$(git describe --tags --match "v*" --exclude "*nightly*" --abbrev=0 2>/dev/null || echo "v0.0.0")
|
||||
VERSION="${BASE_VERSION}-nightly-${DATE}-${SHA}"
|
||||
TAG="nightly-${DATE}-${SHA}"
|
||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue