diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b204f0..e646b0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,7 @@ jobs: steps: - name: Get release tag value id: version-tag + shell: bash run: | if [ -n "${{ inputs.version }}" ]; then echo "ref=${{ inputs.version }}" >> $GITHUB_OUTPUT