mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10: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]'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PACKAGEJSON_DIR: 'apps/expo'
|
||||
|
||||
build-android:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -139,12 +140,14 @@ jobs:
|
||||
files: |
|
||||
movie-web.apk
|
||||
movie-web.ipa
|
||||
generate_release_notes: true
|
||||
fail_on_unmatched_files: true
|
||||
token: ${{ env.GITHUB_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
app-repo:
|
||||
continue-on-error: true
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@movie-web/mobile",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.9",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user