do versioning correctly

This commit is contained in:
Violet Caulfield
2025-02-04 10:13:15 -06:00
parent 3da267f5d6
commit 468aae20c4
3 changed files with 8 additions and 6 deletions
+1 -4
View File
@@ -15,7 +15,7 @@ jobs:
node-version: 20
- name: Echo package.json version to Github ENV
run: echo BUILD_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
run: echo VERISON_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- run: npm run init
@@ -23,9 +23,6 @@ jobs:
run: echo -e '${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}' > appstore_connect_api_key.json
working-directory: ./ios/fastlane
- run: cat appstore_connect_api_key.json
working-directory: ./ios/fastlane
- run: fastlane beta
working-directory: ./ios
env: