Skip to content

Commit 95e2bed

Browse files
author
JeanRobin
committed
fix clean up action
1 parent 0af7b84 commit 95e2bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-dev-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Validate version
3434
run: |
35-
version="${{ github.event.inputs.target_version }}"
35+
version="${{ github.event.inputs.version }}"
3636
if [[ ! "$version" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
3737
echo "❌ Invalid version format: '$version' - <M>.<m>.<p> is mandatory."
3838
exit 1

0 commit comments

Comments
 (0)