More test
This commit is contained in:
parent
1927d398a1
commit
20b7fdfa48
1 changed files with 5 additions and 1 deletions
|
@ -9,9 +9,13 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Enter nfp_moe
|
||||
run: cd ${{ gitea.job }}
|
||||
run: |
|
||||
cd ${{ gitea.job }}
|
||||
pwd
|
||||
- name: Check for new release
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
pwd
|
||||
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
||||
CURR_NAME="$(cat package.json | jq -r .name) v$(cat package.json | jq -r .version)"
|
||||
echo "Checking https://git.nfp.is/api/v1/repos/${{ gitea.repository }}/releases for name ${CURR_NAME}"
|
||||
|
|
Loading…
Reference in a new issue