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

Commit 3d6a5a6

Browse files
authored
Update betarelease.yml
1 parent 5514741 commit 3d6a5a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/betarelease.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
text: ${{ steps.previoustag.outputs.tag }}
2828
regex: '^[0-9].[0-9].[0-9].[0-9]$'
29+
30+
- name: Debug
31+
run: |
32+
echo ${{ steps.previoustag.outputs.tag }}
33+
echo ${{ steps.tagfilter.outputs.match }}
34+
echo ${{ steps.tagfilter.outputs.group1 }}
2935
3036
# Get revision number
3137
get-revision:

0 commit comments

Comments
 (0)