actions stuff

This commit is contained in:
Violet Caulfield
2025-02-05 21:29:28 -06:00
parent 296693dd55
commit 0fa7fdbce8
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
name: build-ios
on:
pull_request:
push:
branches-ignore:
- "main"
@@ -18,7 +20,7 @@ jobs:
- name: 💬 Echo package.json version to Github ENV
run: echo VERSION_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- name: 🔵 Run npm run init
- name: 🟢 Run npm run init
run: npm run init
- name: 🚀 Run fastlane build

View File

@@ -1,6 +1,5 @@
name: publish-ios-beta
on:
# pull_request:
push:
branches:
- 'main'
@@ -21,7 +20,7 @@ jobs:
- name: 💬 Echo package.json version to Github ENV
run: echo VERSION_NUMBER=$(npm version minor --tag-version-prefix="" --no-commit-hooks) >> $GITHUB_ENV
- name: 🔵 Run npm run init
- name: 🟢 Run npm run init
run: npm run init
- name: 🤫 Output App Store Connect API Key JSON to Fastlane