Update release.yml

This commit is contained in:
wyx2685 2025-03-06 23:34:14 +08:00 committed by GitHub
parent 180fb14dd1
commit a63198c20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,9 @@ jobs:
go-version: '1.24.1'
- name: Get project dependencies
run: go mod download
run: |
git submodule update --init --recursive
go mod download
- name: Get release version
if: ${{ github.event_name == 'release' }}
run: |