mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: adjust workflow
This commit is contained in:
3
.github/workflows/release-mobile.yml
vendored
3
.github/workflows/release-mobile.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
commit-message: 'chore: bump mobile version to {{version}} [skip ci]'
|
commit-message: 'chore: bump mobile version to {{version}} [skip ci]'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
PACKAGEJSON_DIR: 'apps/expo'
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -139,12 +140,14 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
movie-web.apk
|
movie-web.apk
|
||||||
movie-web.ipa
|
movie-web.ipa
|
||||||
|
generate_release_notes: true
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
token: ${{ env.GITHUB_TOKEN }}
|
token: ${{ env.GITHUB_TOKEN }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
app-repo:
|
app-repo:
|
||||||
|
continue-on-error: true
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/mobile",
|
"name": "@movie-web/mobile",
|
||||||
"version": "0.1.0",
|
"version": "0.0.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user