Skip to content

Commit 0b0300b

Browse files
committed
fix
1 parent 229a0e7 commit 0b0300b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bugsnag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Notify Bugsnag of release
1616
run: |
17-
curl -X POST https://api.bugsnag.com/deploys \
17+
curl -X POST https://build.bugsnag.com \
1818
-H "Content-Type: application/json" \
1919
-d "{
2020
\"apiKey\": \"${{ secrets.BUGSNAG_API_KEY }}\",

0 commit comments

Comments
 (0)