[chore] fix github actions

This commit is contained in:
kwaroran
2023-05-13 00:41:00 +09:00
parent 15708a8a93
commit 9bfbe4c981

View File

@@ -22,9 +22,7 @@ jobs:
node-version: 18
- id: set_var
run: |
echo 'VERSION_JSON<<EOF' >> $GITHUB_ENV
cat ./version.json >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "VERSION_JSON=$(jq -c . < package.json)" >> $GITHUB_ENV
- name: install pnpm
uses: pnpm/action-setup@v2
with: