fix typo
This commit is contained in:
parent
8c54606000
commit
0dc752d52f
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Check for new release
|
||||
continue-on-error: true_or_false
|
||||
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