okay fine ash
This commit is contained in:
parent
86a72a9b0c
commit
0b50ddbf7a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Check for new release
|
||||
shell: bash
|
||||
shell: ash
|
||||
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