mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 17:43:47 +03:00
fail if curl fails
This commit is contained in:
parent
bfe96c4c25
commit
b7677ca75f
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -75,6 +75,7 @@ jobs:
|
||||
- name: Tell our server to update
|
||||
run: |
|
||||
curl 'https://app.gitbutler.com/api/releases' \
|
||||
--fail \
|
||||
--request POST \
|
||||
--header 'Content-Type: application/json' \
|
||||
--header 'X-Auth-Token: ${{ secrets.BOT_AUTH_TOKEN }}' \
|
||||
|
Loading…
Reference in New Issue
Block a user