try different
This commit is contained in:
parent
0b50ddbf7a
commit
db07fc1aaa
1 changed files with 3 additions and 1 deletions
|
@ -4,12 +4,14 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
nfp_moe:
|
||||
defaults:
|
||||
run:
|
||||
shell: ash
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Check for new release
|
||||
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