Skip to content

Commit e6523c0

Browse files
authored
Update release.yml (#398)
Updates workflow trigger to explicitly reference dist-pr.yml
1 parent 8abfaaf commit e6523c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Trigger Create Release Workflow
8181
uses: benc-uk/workflow-dispatch@v1
8282
with:
83-
workflow: 'Create release PR for dist'
83+
workflow: dist-pr.yml
8484
ref: 'temp-build-branch'
8585
token: ${{ secrets.GH_MERGE_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
86-
inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability
86+
inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability

0 commit comments

Comments
 (0)