We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af7b84 commit 95e2bedCopy full SHA for 95e2bed
.github/workflows/cleanup-dev-releases.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Validate version
34
run: |
35
- version="${{ github.event.inputs.target_version }}"
+ version="${{ github.event.inputs.version }}"
36
if [[ ! "$version" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
37
echo "❌ Invalid version format: '$version' - <M>.<m>.<p> is mandatory."
38
exit 1
0 commit comments