diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 41dda2c..73e2411 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Resolve runtime version id: runtime run: | - RUNTIME_VERSION="$(node -p "require('./app.json').expo.runtimeVersion")" + RUNTIME_VERSION="$(node -p "require('./app.config.js').runtimeVersion")" echo "runtime_version=${RUNTIME_VERSION}" >> "$GITHUB_OUTPUT" echo "Resolved runtimeVersion: ${RUNTIME_VERSION}" @@ -207,7 +207,7 @@ jobs: - name: Resolve runtime version id: runtime run: | - RUNTIME_VERSION="$(node -p "require('./app.json').expo.runtimeVersion")" + RUNTIME_VERSION="$(node -p "require('./app.config.js').runtimeVersion")" echo "runtime_version=${RUNTIME_VERSION}" >> "$GITHUB_OUTPUT" echo "Resolved runtimeVersion: ${RUNTIME_VERSION}"