We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01ca16 commit ad25872Copy full SHA for ad25872
.github/workflows/draft-release.yaml
@@ -64,8 +64,6 @@ jobs:
64
- name: Validate release tag
65
shell: bash
66
run: |
67
- RELEASE_TAG=${{ inputs.RELEASE_TAG }}
68
-
69
if [ -z "${RELEASE_TAG}" ]; then
70
echo "RELEASE_TAG is not set or is empty"
71
exit 1
0 commit comments