Skip to content

Commit f0d420b

Browse files
committed
fix(ci): reference error in release workflow
1 parent d3a8dc8 commit f0d420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
debug: ${{ secrets.ACTIONS_RUNNER_DEBUG }}
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |
52-
await github.actions.createWorkflowDispatch({
52+
await github.rest.actions.createWorkflowDispatch({
5353
owner: 'patternfly',
5454
repo: 'patternfly-elements',
5555
workflow_id: 'bundle.yml',

0 commit comments

Comments
 (0)