mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
Merge branch 'dev' into nativewind
This commit is contained in:
30
.github/workflows/build-mobile.yml
vendored
30
.github/workflows/build-mobile.yml
vendored
@@ -10,6 +10,25 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
bump-version:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Automated Version Bump
|
||||||
|
uses: phips28/gh-action-bump-version@v10.1.1
|
||||||
|
with:
|
||||||
|
skip-tag: 'true'
|
||||||
|
commit-message: 'chore: bump mobile version to {{version}} [skip ci]'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
PACKAGEJSON_DIR: 'apps/mobile'
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -107,17 +126,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Automated Version Bump
|
|
||||||
uses: phips28/gh-action-bump-version@v10.1.1
|
|
||||||
with:
|
|
||||||
skip-tag: 'true'
|
|
||||||
commit-message: 'chore: bump version to {{version}} [skip ci]'
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
PACKAGEJSON_DIR: 'apps/mobile'
|
|
||||||
|
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
Reference in New Issue
Block a user