build: 修复版本打包问题

This commit is contained in:
涵曦 2024-07-28 13:58:44 +00:00
parent 2d7d7ddc95
commit d50fff9e31

View File

@ -18,6 +18,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pdm-project/setup-pdm@v3