try shell?
This commit is contained in:
parent
a818c4ad87
commit
86a72a9b0c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Check for new release
|
||||
shell: bash
|
||||
run: |
|
||||
cd ${{ gitea.job }}
|
||||
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
||||
|
|
Loading…
Reference in a new issue