Update GitHub actions
This commit is contained in:
parent
17d9c36b98
commit
958d02c194
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue