Skip to content

Commit

Permalink
fix shell: bash
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Feb 14, 2024
1 parent 4a8bf7c commit d1072e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
replace=""
result=${str//$find/$replace}
echo "FOLDER_NAME=${result}" >> $GITHUB_ENV
shell: bash
- name: Setup Release version for app
run: |
env
Expand All @@ -31,3 +32,4 @@ runs:
result=${str//$find/$replace}
echo ${result}
echo "APP_VERSION=${result}" >> $GITHUB_ENV
shell: bash

0 comments on commit d1072e1

Please sign in to comment.