Update GitHub actions

This commit is contained in:
Hillel Coren 2021-04-28 09:17:38 +03:00
parent 17d9c36b98
commit 958d02c194
2 changed files with 2 additions and 2 deletions

View File

@ -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}}
sentry-cli releases new $SENTRY_RELEASE --project ${{secrets.sentry_project}} --org ${{secrets.sentry_org}}
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

View File

@ -906,7 +906,7 @@ void _showAbout(BuildContext context) async {
child: Text(localization.viewLicenses.toUpperCase()),
onPressed: () => showLicensePage(
context: context,
applicationName: 'Invoice Ninja v5',
applicationName: 'Invoice Ninja',
applicationIcon: apppIcon,
applicationLegalese: appLegalese,
applicationVersion: state.appVersion,