Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 519796c

Browse files
authored
Update betarelease.yml
1 parent 61d72ab commit 519796c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/betarelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
64-
tag_name: ${{ TAG }}.beta${{ REV }}
65-
release_name: Release ${{ TAG }}.beta${{ REV }}
64+
tag_name: ${{ git describe --match "[0-9].[0-9].[0-9].[0-9]" --tags --abbrev=0 }}.beta${{ git rev-list HEAD --count }}
65+
release_name: Release ${{ git describe --match "[0-9].[0-9].[0-9].[0-9]" --tags --abbrev=0 }}.beta${{ git rev-list HEAD --count }}
6666
draft: false
6767
prerelease: true
6868

0 commit comments

Comments
 (0)