We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae0a3b commit 4a79037Copy full SHA for 4a79037
1 file changed
.github/workflows/release.yml
@@ -542,6 +542,7 @@ jobs:
542
steps:
543
- name: Set OpenVINO version output
544
id: openvino_version
545
+ shell: bash
546
run: echo "value=${{ env.OPENVINO_VERSION_MAJOR }}" >> $GITHUB_OUTPUT
547
548
- name: Clone
0 commit comments