Skip to content

Commit c930d2c

Browse files
authored
Update workflow ID in homebrew-update.yml
1 parent 740aeab commit c930d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/homebrew-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/github-script@v7
3737
with:
3838
script: |
39-
const workflow_id = 'publish-to-pypi.yml'; // <-- CHANGE TO YOUR ACTUAL FILENAME
39+
const workflow_id = 'publish.yml'; // <-- CHANGE TO YOUR ACTUAL FILENAME
4040
const version = '${{ steps.set-version.outputs.version }}';
4141
const max_wait_minutes = 60; // Adjust if your builds are very long
4242
const check_interval = 30000; // 30 seconds

0 commit comments

Comments
 (0)