Browse Source

Add missing property 'shell' to action.yml (#21)

pull/22/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
f0108b4b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      get-release-version/action.yml

1
get-release-version/action.yml

@ -20,6 +20,7 @@ runs: @@ -20,6 +20,7 @@ runs:
- name: Get Latest Release Version
id: get-release
shell: bash
env:
REPOSITORY: ${{ inputs.repository }}
run: |

Loading…
Cancel
Save