fix:update release yaml
This commit is contained in:
@@ -30,6 +30,12 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Init submodules
|
||||||
|
run: |
|
||||||
|
git submodule sync --recursive
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Resolve version
|
- name: Resolve version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user