Skip to content

Commit f61caa8

Browse files
fix: Add --repo flag to gh workflow run command
The gh CLI requires either a git repository context or an explicit --repo flag to determine which repository to run the workflow in. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 395ca57 commit f61caa8

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
@@ -24,6 +24,6 @@ jobs:
2424

2525
- name: Trigger publish workflow
2626
if: ${{ steps.release.outputs.release_created }}
27-
run: gh workflow run publish.yml
27+
run: gh workflow run publish.yml --repo ${{ github.repository }}
2828
env:
2929
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)