Update release-github.yml

master
Vitaly Mikhailov 3 years ago committed by GitHub
parent 53128f890c
commit ba5dd7bc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,6 +56,7 @@ jobs:
if (!$${{ inputs.mod_version == '' }}) {
echo "::set-output name=mod_version::${{ inputs.mod_version }}"
}
shell: pwsh
- name: Set Description
if: ${{ inputs.mod_description == '' }}
@ -71,6 +72,7 @@ jobs:
if (!$${{ inputs.mod_description == '' }}) {
echo "::set-output name=mod_description::${{ inputs.mod_description }}"
}
shell: pwsh
- name: Create Release
uses: actions/create-release@v1

Loading…
Cancel
Save