Skip to content

Commit 924eefb

Browse files
authored
Update main.yml
1 parent 4390c90 commit 924eefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
token: ${{ secrets.REPO_ACCESS_TOKEN }}
1818
event-type: release-to-env
19-
client-payload: '{ "tag": ${{steps.split.outputs._1}} ,"prerelease": true }'
19+
client-payload: '{ "tag": "${{steps.split.outputs._1}}" ,"prerelease": true }'
2020
- uses: peter-evans/repository-dispatch@v1
2121
if: steps.split.outputs._0 == '/release' && steps.split.outputs._2 == 'prod'
2222
with:

0 commit comments

Comments
 (0)