Skip to content

Commit 0fa2901

Browse files
committed
fix: add missing parameter '"dry_run": "false"' to release-monitoring.org api call
1 parent f603692 commit 0fa2901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ jobs:
220220
- name: Trigger Release Monitoring Check
221221
run: |
222222
sleep 20
223-
curl -X POST https://release-monitoring.org/api/v2/versions/ -H "Authorization: token ${{ secrets.RELEASE_MONITORING_TOKEN }}" -H 'Content-Type: application/json' -d '{"id": "376393"}'
223+
curl -X POST https://release-monitoring.org/api/v2/versions/ -H "Authorization: token ${{ secrets.RELEASE_MONITORING_TOKEN }}" -H 'Content-Type: application/json' -d '{"id": "376393", "dry_run": "false"}'

0 commit comments

Comments
 (0)