File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 with :
8181 subject-name : ' Morphe Manager ${{ steps.release.outputs.NEW_TAG }}'
8282 subject-path : app/build/outputs/apk/release/morphe-manager*.apk
83- - name : Re-deploy morphe-website deploy
84- if : success() && steps.release.outputs.NEW_TAG != ''
85- # This will run on both dev and main releases, but that's ok because
86- # the website deploy action picks main/dev based on what it wants.
87- run : |
88- curl -X POST \
89- -H "Accept: application/vnd.github+json" \
90- -H "Authorization: Bearer ${{ secrets.MORPHE_WEBSITE_DISPATCH_TOKEN }}" \
91- https://api.github.com/repos/MorpheApps/morphe-website/dispatches \
92- -d '{
93- "event_type": "morphe-manager-release",
94- "client_payload": {
95- "tag": "${{ steps.release.outputs.NEW_TAG }}",
96- "source_repo": "${{ github.repository }}",
97- "run_id": "${{ github.run_id }}"
98- }
99- }'
You can’t perform that action at this time.
0 commit comments