[chore] actions fix again (#5)

This commit is contained in:
kwaroran
2023-05-07 15:58:16 +09:00
committed by GitHub

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