chore: adjust workflow

This commit is contained in:
Adrian Castro
2024-03-06 08:39:25 +01:00
parent 9b329496ed
commit fdfec592a9
2 changed files with 4 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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": {