There was an error while loading. Please reload this page.
1 parent ec31974 commit 7233692Copy full SHA for 7233692
1 file changed
.github/workflows/nightly-trigger.yml
@@ -21,4 +21,4 @@ jobs:
21
token: ${{ secrets.CAIRO_LANGUAGE_SERVICES_REPOS_TOKEN }}
22
repository: ${{ matrix.repository }}
23
event-type: new-scarb-nightly-published
24
- client-payload: '{"tag_name": ${{ github.event.release.tag_name }} }'
+ client-payload: '{"tag_name": "${{ github.event.release.tag_name }}" }'
0 commit comments