There was an error while loading. Please reload this page.
1 parent adb1b7a commit eddc6f1Copy full SHA for eddc6f1
1 file changed
.github/workflows/build&release.yml
@@ -65,7 +65,7 @@ jobs:
65
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
66
VERSION="${{ inputs.version }}"
67
VERSION_TYPE="${{ inputs.version_type }}"
68
- VERSION_TAG="v${VERSION}"
+ VERSION_TAG="${VERSION}"
69
else
70
VERSION_TAG="${{ github.ref_name }}"
71
VERSION="${VERSION_TAG#v}"
@@ -217,7 +217,7 @@ jobs:
217
218
219
220
221
222
223
0 commit comments