Skip to content

Commit 4bb1b2d

Browse files
committed
fix: use tag instead of deleted version-name input in prepare-distribution workflow
1 parent 78f6fcd commit 4bb1b2d

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+1
-1
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ runs:
131131
EOF
132132
133133
- name: Fetch the latest version of the unstable tag
134-
if: contains(inputs.version-name, 'unstable')
134+
if: contains(inputs.tag, 'unstable')
135135
shell: bash
136136
run: |
137137
cat >> ./release-notes-addon.txt << EOF

0 commit comments

Comments
 (0)