Escape build name in the release GH action

See more info in SO thread: https://stackoverflow.com/questions/61795201/github-action-failed-syntax-error-near-unexpected-token

* Upgrade dependencies; prepare for release
This commit is contained in:
Artem Bilan
2021-05-17 13:32:55 -04:00
parent 949263851c
commit decf67ee8d
2 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ jobs:
# Extract build id from input
- name: Extract Build Id
run: |
echo JFROG_CLI_BUILD_NAME=${{ github.event.inputs.buildName }} >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME="${{ github.event.inputs.buildName }}" >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=${{ github.event.inputs.buildNumber }} >> $GITHUB_ENV
# Download released files