Update GitHub actions

This commit is contained in:
Hillel Coren 2021-04-28 13:41:27 +03:00
parent 441d9e0657
commit 259018c99f
2 changed files with 3 additions and 2 deletions

View File

@ -63,7 +63,8 @@ jobs:
git add .
git commit -m 'New admin portal build'
git push
- name: Create Sentry release
run: |
sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --project ${{secrets.sentry_project}} --org ${{secrets.sentry_org}} files $SENTRY_RELEASE upload-sourcemaps ../build/web/main.dart.js.map
sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} finalize $SENTRY_RELEASE
sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} deploys $SENTRY_RELEASE new -e production

View File

@ -928,7 +928,7 @@ void _showAbout(BuildContext context) async {
child: apppIcon,
),
title: Text(
'Invoice Ninja v5',
'Invoice Ninja',
style: Theme.of(context).textTheme.headline6,
),
subtitle: Text(state.appVersion),