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.
contains
1 parent e7bb6cb commit f874e37Copy full SHA for f874e37
.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