Update release-github.yml

master
Vitaly Mikhailov 3 years ago committed by GitHub
parent 31d1fb8325
commit 06aa9f3511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ jobs:
- name: Set Version - name: Set Version
if: ${{ inputs.mod_version == '' }} if: ${{ inputs.mod_version == '' }}
id: set_version id: set_version
run: >- run: |
if ${{ inputs.mod_version == '' }} if ${{ inputs.mod_version == '' }}
then then
vers="$(bannerlord_changelog_parser latestversion -f "$PWD/changelog.txt")" vers="$(bannerlord_changelog_parser latestversion -f "$PWD/changelog.txt")"
@ -60,7 +60,7 @@ jobs:
- name: Set Description - name: Set Description
if: ${{ inputs.mod_description == '' }} if: ${{ inputs.mod_description == '' }}
id: set_description id: set_description
run: >- run: |
if ${{ inputs.mod_description == '' }} if ${{ inputs.mod_description == '' }}
then then
desc="$(bannerlord_changelog_parser fulldescription -f "$PWD/changelog.txt")" desc="$(bannerlord_changelog_parser fulldescription -f "$PWD/changelog.txt")"

Loading…
Cancel
Save