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.
tag
version-name
prepare-distribution
1 parent 78f6fcd commit 4bb1b2dCopy full SHA for 4bb1b2d
.github/workflows/actions/prepare-distribution/action.yml
@@ -131,7 +131,7 @@ runs:
131
EOF
132
133
- name: Fetch the latest version of the unstable tag
134
- if: contains(inputs.version-name, 'unstable')
+ if: contains(inputs.tag, 'unstable')
135
shell: bash
136
run: |
137
cat >> ./release-notes-addon.txt << EOF
0 commit comments