try different
All checks were successful
Gitea Actions Demo / nfp_moe (push) Successful in -83h55m36s
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2023-11-05 04:01:43 +00:00
parent 0b50ddbf7a
commit db07fc1aaa

View file

@ -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)"