ci: checkout repo before publish release

This commit is contained in:
Haitao Pan 2026-04-12 16:40:24 +08:00
parent 991ecb0ae2
commit ab7c26901e

View File

@ -201,6 +201,9 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Download image ref artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with: