Skip to content

Commit 7233692

Browse files
authored
Fix nightly workflow trigger params (#4)
1 parent ec31974 commit 7233692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
token: ${{ secrets.CAIRO_LANGUAGE_SERVICES_REPOS_TOKEN }}
2222
repository: ${{ matrix.repository }}
2323
event-type: new-scarb-nightly-published
24-
client-payload: '{"tag_name": ${{ github.event.release.tag_name }} }'
24+
client-payload: '{"tag_name": "${{ github.event.release.tag_name }}" }'

0 commit comments

Comments
 (0)