We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20db4 commit 4390c90Copy full SHA for 4390c90
.github/workflows/main.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
token: ${{ secrets.REPO_ACCESS_TOKEN }}
24
event-type: release-to-env
25
- client-payload: '{ "tag": ${{steps.split.outputs._1}} ,"prerelease": false }'
+ client-payload: '{ "tag": "${{steps.split.outputs._1}}" ,"prerelease": false }'
0 commit comments