versionning

This commit is contained in:
Violet Caulfield
2025-02-03 10:15:49 -06:00
parent 3d07982483
commit 9e0f2dc31d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: echo 'BUILD_NUMBER=$(node -p -e "require(./package.json).version")' >> $GITHUB_ENV
- run: echo BUILD_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- run: npm run init
- run: fastlane match development --readonly
working-directory: ./ios