diff --git a/.github/actions/tag-action/action.yaml b/.github/actions/tag-action/action.yaml index a7d001c6eb..7192fe9a0b 100644 --- a/.github/actions/tag-action/action.yaml +++ b/.github/actions/tag-action/action.yaml @@ -20,7 +20,7 @@ runs: if [[ -z "${{ inputs.ORIGINAL_TAG }}" ]]; then echo "The value of ORIGINAL_TAG is ${{ inputs.ORIGINAL_TAG }}" echo "Setting the value of ORIGINAL_TAG to ${{ github.ref_name }}" - echo ORIGINAL_TAG=${{ github.ref_name }}" >> $GITHUB_ENV + echo "ORIGINAL_TAG=${{ github.ref_name }}" >> $GITHUB_ENV fi shell: bash