mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-20 08:43:42 -05:00
actions stuff
This commit is contained in:
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/publish-ios-beta.yml
vendored
3
.github/workflows/publish-ios-beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user