Skip to content

Commit 0adb454

Browse files
authored
Change workflow reference branch from temp-build-branch to main (#1429)
1 parent 8fd9991 commit 0adb454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
uses: benc-uk/workflow-dispatch@v1
131131
with:
132132
workflow: dist-pr.yml
133-
ref: "temp-build-branch"
133+
ref: "main"
134134
token: ${{ secrets.GH_APPROVER_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
135135
inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability

0 commit comments

Comments
 (0)