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 e7bb6cb + f874e37 commit c74d134Copy full SHA for c74d134
.github/workflows/actions/prepare-distribution/action.yml
@@ -86,7 +86,7 @@ runs:
86
EOF
87
88
- name: Fetch the latest version of the unstable tag
89
- if: contains('unstable', inputs.version-name)
+ if: contains(inputs.version-name, 'unstable')
90
shell: bash
91
run: |
92
cat >> ./release-notes-addon.txt << EOF
0 commit comments