chore(workflow): notify releases package only after desktop finishes uploading
This commit is contained in:
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@@ -41,11 +41,4 @@ jobs:
|
||||
- name: Bump Prod Version
|
||||
run: |
|
||||
yarn release:prod
|
||||
yarn publish:prod
|
||||
|
||||
- name: Notify Release Update
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.CI_PAT_TOKEN }}
|
||||
repository: ${{ secrets.RELEASES_EVENT_RECEIVING_REPO }}
|
||||
event-type: releases-updated-event
|
||||
yarn publish:prod
|
||||
Reference in New Issue
Block a user