We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dc34c commit a84df78Copy full SHA for a84df78
.github/workflows/release-please.yml
@@ -38,5 +38,5 @@ jobs:
38
curl -X POST \
39
-H "Authorization: token ${{ secrets.GH_PAT }}" \
40
-H "Accept: application/vnd.github.v3+json" \
41
- https://api.github.com/repos/Loop3d/${{ env.PACKAGE_NAME }}/actions/workflows/release.yml/dispatches \
+ https://api.github.com/repos/Loop3d/${{ env.PACKAGE_NAME }}/actions/workflows/releaser.yml/dispatches \
42
-d "{\"ref\":\"${{ steps.tag.outputs.tag }}\"}"
0 commit comments