mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-12 22:12:18 -06:00
chore: Update gh action and pubspec
This commit is contained in:
10
.github/workflows/release_deploy_play_store.yml
vendored
10
.github/workflows/release_deploy_play_store.yml
vendored
@@ -18,10 +18,6 @@ on:
|
|||||||
- beta
|
- beta
|
||||||
- promote_to_production
|
- promote_to_production
|
||||||
- production
|
- production
|
||||||
version_tag:
|
|
||||||
description: "Tag for the release"
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
is_draft:
|
is_draft:
|
||||||
description: "Only create a draft and don't automatically publish?"
|
description: "Only create a draft and don't automatically publish?"
|
||||||
required: true
|
required: true
|
||||||
@@ -56,7 +52,7 @@ jobs:
|
|||||||
release-keystore-passphrase: ${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}
|
release-keystore-passphrase: ${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}
|
||||||
|
|
||||||
- name: Get packages and run codegen
|
- name: Get packages and run codegen
|
||||||
run: |
|
run: |
|
||||||
bash install_dependencies.sh
|
bash install_dependencies.sh
|
||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
|
|
||||||
@@ -69,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
# Build and deploy with Fastlane
|
# Build and deploy with Fastlane
|
||||||
# Naturally, promote_to_{alpha|beta|production} only deploys.
|
# Naturally, promote_to_{alpha|beta|production} only deploys.
|
||||||
- run: bundle exec fastlane ${{ github.event.inputs.lane }}
|
- run: bundle exec fastlane ${{ github.event.inputs.lane }}
|
||||||
env:
|
env:
|
||||||
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
|
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
|
||||||
working-directory: android
|
working-directory: android
|
||||||
@@ -104,7 +100,7 @@ jobs:
|
|||||||
release-keystore-passphrase: ${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}
|
release-keystore-passphrase: ${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}
|
||||||
|
|
||||||
- name: Get packages and run codegen
|
- name: Get packages and run codegen
|
||||||
run: |
|
run: |
|
||||||
bash install_dependencies.sh
|
bash install_dependencies.sh
|
||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 2.2.0+28
|
version: 2.2.1+29
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user