Skip to content

Commit 566ebad

Browse files
committed
use env var instead of input version string
-in case they use the special tokens
1 parent 3f0e17f commit 566ebad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
ksp-zip-url: ${{ inputs.ksp-zip-url }}
103103
ksp-zip-password: ${{ secrets.ksp-zip-password }}
104104
solution-file-path: ${{ inputs.solution-file-path }}
105-
msbuild-args: ${{ inputs.msbuild-args }} -p:KSPBT_ModVersion=${{ inputs.version-string }}
105+
msbuild-args: ${{ inputs.msbuild-args }} -p:KSPBT_ModVersion=${{ env.VERSION_STRING }}
106106

107107
- name: assemble-release
108108
id: assemble-release

0 commit comments

Comments
 (0)