Skip to content

Commit 4390c90

Browse files
authored
Update main.yml
1 parent 6d20db4 commit 4390c90

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
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2424
event-type: release-to-env
25-
client-payload: '{ "tag": ${{steps.split.outputs._1}} ,"prerelease": false }'
25+
client-payload: '{ "tag": "${{steps.split.outputs._1}}" ,"prerelease": false }'

0 commit comments

Comments
 (0)