Update GitHub actions
This commit is contained in:
parent
958d02c194
commit
c395ed9494
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Create Sentry release
|
- name: Create Sentry release
|
||||||
run: |
|
run: |
|
||||||
export SENTRY_RELEASE=$(sentry-cli releases propose-version)
|
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 set-commits --auto $SENTRY_RELEASE
|
||||||
sentry-cli releases files $SENTRY_RELEASE upload-sourcemaps ./build/web/main.dart.js.map
|
sentry-cli releases files $SENTRY_RELEASE upload-sourcemaps ./build/web/main.dart.js.map
|
||||||
sentry-cli releases finalize $SENTRY_RELEASE
|
sentry-cli releases finalize $SENTRY_RELEASE
|
||||||
|
|
|
||||||
|
|
@ -906,7 +906,7 @@ void _showAbout(BuildContext context) async {
|
||||||
child: Text(localization.viewLicenses.toUpperCase()),
|
child: Text(localization.viewLicenses.toUpperCase()),
|
||||||
onPressed: () => showLicensePage(
|
onPressed: () => showLicensePage(
|
||||||
context: context,
|
context: context,
|
||||||
applicationName: 'Invoice Ninja',
|
applicationName: 'Invoice Ninja v5',
|
||||||
applicationIcon: apppIcon,
|
applicationIcon: apppIcon,
|
||||||
applicationLegalese: appLegalese,
|
applicationLegalese: appLegalese,
|
||||||
applicationVersion: state.appVersion,
|
applicationVersion: state.appVersion,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue