Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 1980483

Browse files
[skip ci] remove extra quotes from manually provided version
1 parent b158352 commit 1980483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set compiler version to provided value
5454
if: ${{ github.event.inputs.COMPILER_VERSION_NUMBER != '' }}
5555
run: |
56-
echo "COMPILER_VERSION_NUMBER='${{ github.event.inputs.COMPILER_VERSION_NUMBER }}'" >> "$GITHUB_ENV"
56+
echo "COMPILER_VERSION_NUMBER=${{ github.event.inputs.COMPILER_VERSION_NUMBER }}" >> "$GITHUB_ENV"
5757
- name: Ensure compiler version defined
5858
if: ${{ env.COMPILER_VERSION_NUMBER == '' }}
5959
run: |

0 commit comments

Comments
 (0)