Skip to content

Commit 360c504

Browse files
authored
Update release-please.yml
1 parent dc9a4ee commit 360c504

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)