fix(release): checkout repository before creating ctl release

This commit is contained in:
2026-05-11 18:16:40 +08:00
parent 68589a21fc
commit 707fddda79

View File

@@ -130,6 +130,11 @@ jobs:
echo "Ctl release tag: ${TAG}" echo "Ctl release tag: ${TAG}"
echo "Ctl release version: ${VERSION}" echo "Ctl release version: ${VERSION}"
- name: Checkout release source
uses: actions/checkout@v4
with:
ref: ${{ steps.release.outputs.tag }}
- name: Download release artifacts - name: Download release artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with: