mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-24 06:05:10 +02:00
ci: Fix again...
This commit is contained in:
parent
f6f0aecc75
commit
a7f8aab6aa
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -30,17 +30,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }}
|
repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }}
|
||||||
file: bottom.rb
|
file: bottom.rb
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ env.RELEASE_VERSION }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
- name: Trigger homebrew
|
- name: Trigger homebrew
|
||||||
run: |
|
run: |
|
||||||
curl -X POST https://api.github.com/repos/ClementTsang/homebrew-bottom/dispatches \
|
curl -X POST https://api.github.com/repos/ClementTsang/homebrew-bottom/dispatches \
|
||||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||||
-u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
|
-u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
|
||||||
--data '{ "event_type": "update", "client_payload": { "version": "$RELEASE_VERSION" } }'
|
--data '{ "event_type": "update", "client_payload": { "version": "'"$RELEASE_VERSION"'" } }'
|
||||||
- name: Trigger choco
|
- name: Trigger choco
|
||||||
run: |
|
run: |
|
||||||
curl -X POST https://api.github.com/repos/ClementTsang/choco-bottom/dispatches \
|
curl -X POST https://api.github.com/repos/ClementTsang/choco-bottom/dispatches \
|
||||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||||
-u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
|
-u ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} \
|
||||||
--data '{ "event_type": "update", "client_payload": { "version": "$RELEASE_VERSION" } }'
|
--data '{ "event_type": "update", "client_payload": { "version": "'"$RELEASE_VERSION"'" } }'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user