Update GitHub actions
This commit is contained in:
parent
acb6946559
commit
d13572b7be
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
cp pubspec.foss.yaml pubspec.yaml
|
||||
rm pubspec.lock
|
||||
|
||||
flutter build web --web-renderer html --release
|
||||
flutter build web --web-renderer html --release
|
||||
|
||||
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_foss
|
||||
cd invoiceninja_foss
|
||||
|
|
@ -83,6 +83,6 @@ jobs:
|
|||
git push
|
||||
|
||||
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.foss.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
|
||||
Loading…
Reference in New Issue