fix:update release yaml
This commit is contained in:
@@ -30,7 +30,13 @@ 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: |
|
||||||
set "APP_VERSION=${{ inputs.version }}"
|
set "APP_VERSION=${{ inputs.version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user