From c395ed9494b05942379bcea2f52445fd8dc4af7d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 28 Apr 2021 09:26:20 +0300 Subject: [PATCH] Update GitHub actions --- .github/workflows/build.yml | 2 +- lib/ui/app/menu_drawer.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78a0d98f6..effc33520 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Create Sentry release run: | export SENTRY_RELEASE=$(sentry-cli releases propose-version) - sentry-cli releases new $SENTRY_RELEASE --project ${{secrets.sentry_project}} --org ${{secrets.sentry_org}} + sentry-cli releases new $SENTRY_RELEASE --org ${{secrets.sentry_org}} --project ${{secrets.sentry_project}} sentry-cli releases set-commits --auto $SENTRY_RELEASE sentry-cli releases files $SENTRY_RELEASE upload-sourcemaps ./build/web/main.dart.js.map sentry-cli releases finalize $SENTRY_RELEASE diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index 2cc670813..d6a150c1a 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -906,7 +906,7 @@ void _showAbout(BuildContext context) async { child: Text(localization.viewLicenses.toUpperCase()), onPressed: () => showLicensePage( context: context, - applicationName: 'Invoice Ninja', + applicationName: 'Invoice Ninja v5', applicationIcon: apppIcon, applicationLegalese: appLegalese, applicationVersion: state.appVersion,