try shell?
Some checks failed
Gitea Actions Demo / nfp_moe (push) Failing after -83h55m43s
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2023-11-05 04:00:16 +00:00
parent a818c4ad87
commit 86a72a9b0c

View file

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