diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 836fd90..c44507b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,4 +18,4 @@ jobs: with: workflow: verify-staged-artifacts.yml token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} - inputs: '{ "releaseVersion": ${{ inputs.releaseVersion }} }' \ No newline at end of file + inputs: '{ "releaseVersion": "${{ inputs.releaseVersion }}" }' \ No newline at end of file