Skip to content

Commit a84df78

Browse files
authored
ci: call releaser.yml
1 parent 78dc34c commit a84df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
curl -X POST \
3939
-H "Authorization: token ${{ secrets.GH_PAT }}" \
4040
-H "Accept: application/vnd.github.v3+json" \
41-
https://api.github.com/repos/Loop3d/${{ env.PACKAGE_NAME }}/actions/workflows/release.yml/dispatches \
41+
https://api.github.com/repos/Loop3d/${{ env.PACKAGE_NAME }}/actions/workflows/releaser.yml/dispatches \
4242
-d "{\"ref\":\"${{ steps.tag.outputs.tag }}\"}"

0 commit comments

Comments
 (0)