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:
|
jobs:
|
||||||
nfp_moe:
|
nfp_moe:
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: ash
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Check for new release
|
- name: Check for new release
|
||||||
shell: ash
|
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.job }}
|
cd ${{ gitea.job }}
|
||||||
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
||||||
|
|
Loading…
Reference in a new issue