File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 release_created : ${{ steps.release.outputs.release_created }}
2424 package :
2525 needs : release-please
26- if : ${{ needs.release-please.outputs.release_created }}
27- runs-on : ubuntu-latest
28- steps :
29- - name : Trigger build for pypi and upload
30- run : |
31- curl -X POST \
32- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
33- -H "Accept: application/vnd.github.v3+json" \
34- https://api.github.com/repos/Loop3d/${{env.PACKAGE_NAME}}/actions/workflows/release.yml/dispatches \
35- -d '{"ref":"master"}'
26+ if : ${{ needs.release-please.outputs.release_created }}
27+ runs-on : ubuntu-latest
28+ steps :
29+ - name : Trigger build for pypi and upload
30+ run : |
31+ curl -X POST \
32+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
33+ -H "Accept: application/vnd.github.v3+json" \
34+ https://api.github.com/repos/Loop3d/${{env.PACKAGE_NAME}}/actions/workflows/release.yml/dispatches \
35+ -d '{"ref":"master"}'
3636
You can’t perform that action at this time.
0 commit comments