Skip to content

Commit 65dfb85

Browse files
committed
fix: dispatch publish-image without git checkout
1 parent a869a2a commit 65dfb85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Trigger publish-image workflow for released tag
3737
run: |
3838
gh workflow run publish-image.yml \
39+
--repo "${{ github.repository }}" \
3940
--ref main \
4041
-f tag="${{ needs.release-please.outputs.tag_name }}"
4142
env:

0 commit comments

Comments
 (0)