[chore] actions fix again

This commit is contained in:
kwaroran
2023-05-07 15:58:00 +09:00
parent 2e332388ee
commit 3b1440f1d4

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- id: set_var
run: |
content=`cat ./version.json`
content=`cat version.json`
echo "::set-output name=packageJson::$content"
- uses: actions/checkout@v3
- name: setup node