We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0c5b4 commit 70d3f17Copy full SHA for 70d3f17
‎.github/workflows/release-beta.yaml‎
@@ -96,7 +96,7 @@ jobs:
96
- name: Get tag
97
id: tag
98
run: |
99
- TAG_NAME=$(git describe --tags --exact-match)
+ TAG_NAME=$(git describe --tags --exact-match || echo "")
100
echo TAG_NAME=$TAG_NAME >> $GITHUB_OUTPUT
101
102
- name: Upload release assets
‎.github/workflows/release.yaml‎
@@ -93,7 +93,7 @@ jobs:
93
94
95
0 commit comments