Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 52d556a

Browse files
authored
Fix Discord push
1 parent 9215fb9 commit 52d556a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_apk.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,5 @@ jobs:
534534

535535
- name: Send announcement on Discord
536536
if: ${{ github.repository_owner == 'kiwibrowser' }}
537-
run: curl -H 'Content-Type: application/json' -X POST -d '{"username": "Kiwi Builder", "content": "A new build of Kiwi Browser is available: https://github.com/kiwibrowser/src/releases/tag/${{ github.run_id }}"}' ${{ secrets.DISCORD_WEBHOOK }}
537+
run: |
538+
curl -H 'Content-Type: application/json' -X POST -d '{"username": "Kiwi Builder", "content": "A new build of Kiwi Browser is available: https://github.com/kiwibrowser/src/releases/tag/${{ github.run_id }}"}' ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)