mirror of
https://github.com/tooot-app/app
synced 2025-04-13 18:01:58 +02:00
Fix source map missing
This commit is contained in:
parent
239de22116
commit
c457141e10
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -110,6 +110,9 @@ jobs:
|
||||
ENVIRONMENT: ${{ steps.branch.outputs.branch }}
|
||||
LC_ALL: en_US.UTF-8
|
||||
LANG: en_US.UTF-8
|
||||
SENTRY_ORGANIZATION: ${{ secrets.SENTRY_ORGANIZATION }}
|
||||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
ANDROID_KEYSTORE: ${{ secrets.ANDROID_KEYSTORE }}
|
||||
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
|
||||
ANDROID_KEYSTORE_ALIAS: ${{ secrets.ANDROID_KEYSTORE_ALIAS }}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"native": "220603",
|
||||
"major": 4,
|
||||
"minor": 1,
|
||||
"patch": 5,
|
||||
"patch": 6,
|
||||
"expo": "45.0.0"
|
||||
},
|
||||
"description": "tooot app for Mastodon",
|
||||
|
Loading…
x
Reference in New Issue
Block a user