Skip to content

Commit a48e388

Browse files
authored
Update release.yml
1 parent 6c794f4 commit a48e388

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,10 @@ jobs:
162162
${{ steps.image-name.outputs.GHCR_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
163163
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}:latest
164164
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
165+
- name: Trigger sync
166+
env:
167+
GH_REPO: ${{ github.repository }}
168+
GH_TOKEN: ${{ github.token }}
169+
GH_DEBUG: api
170+
run: |
171+
gh workflow run sync-release.yml

0 commit comments

Comments
 (0)