Skip to content

Commit f874e37

Browse files
author
Damien LACHAUME / PALO-IT
committed
Fix github action contains expression
1 parent e7bb6cb commit f874e37

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
@@ -86,7 +86,7 @@ runs:
8686
EOF
8787
8888
- name: Fetch the latest version of the unstable tag
89-
if: contains('unstable', inputs.version-name)
89+
if: contains(inputs.version-name, 'unstable')
9090
shell: bash
9191
run: |
9292
cat >> ./release-notes-addon.txt << EOF

0 commit comments

Comments
 (0)