mod: 统一版本号格式(去除多余的v)

This commit is contained in:
VillagerTom
2024-07-24 21:00:50 +08:00
parent 3240cd9a16
commit e91ba8ab70

View File

@@ -156,7 +156,7 @@ jobs:
- name: Upload Release
uses: ncipollo/release-action@v1
with:
name: v${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }}
token: ${{ secrets.GIT_TOKEN }}
omitBodyDuringUpdate: true
omitNameDuringUpdate: true