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.
2 parents b790062 + 4bb1b2d commit f36d00fCopy full SHA for f36d00f
.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