versioning stuff

This commit is contained in:
Violet Caulfield
2025-02-03 10:14:57 -06:00
parent 1b7dee0dc9
commit 3d07982483
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -5,13 +5,14 @@ on:
branches:
- 'main'
jobs:
build:
build-ios-beta:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- 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