okay fine ash
All checks were successful
Gitea Actions Demo / nfp_moe (push) Successful in -83h55m39s
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2023-11-05 04:00:53 +00:00
parent 86a72a9b0c
commit 0b50ddbf7a

View file

@ -9,7 +9,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Check for new release
shell: bash
shell: ash
run: |
cd ${{ gitea.job }}
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"