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 4390c90 commit 924eefbCopy full SHA for 924eefb
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
token: ${{ secrets.REPO_ACCESS_TOKEN }}
18
event-type: release-to-env
19
- client-payload: '{ "tag": ${{steps.split.outputs._1}} ,"prerelease": true }'
+ client-payload: '{ "tag": "${{steps.split.outputs._1}}" ,"prerelease": true }'
20
- uses: peter-evans/repository-dispatch@v1
21
if: steps.split.outputs._0 == '/release' && steps.split.outputs._2 == 'prod'
22
0 commit comments