From 924eefbc1c1159529c50307dd34f8f7e4ac98536 Mon Sep 17 00:00:00 2001 From: Chakradhar Rao Jonagam Date: Sun, 27 Sep 2020 23:44:55 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f425aae..8056243 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: with: token: ${{ secrets.REPO_ACCESS_TOKEN }} event-type: release-to-env - client-payload: '{ "tag": ${{steps.split.outputs._1}} ,"prerelease": true }' + client-payload: '{ "tag": "${{steps.split.outputs._1}}" ,"prerelease": true }' - uses: peter-evans/repository-dispatch@v1 if: steps.split.outputs._0 == '/release' && steps.split.outputs._2 == 'prod' with: