From ba5dd7bc14cffcc13cff9ec163129caf8404c241 Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Wed, 21 Sep 2022 02:06:01 +0300 Subject: [PATCH] Update release-github.yml --- .github/workflows/release-github.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 8c7a4af..ef39339 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -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