fix(ci): set env var correctly

This commit is contained in:
Ashhhleyyy 2023-08-02 18:30:41 +01:00
parent 541d0ae4d8
commit df1f5c1a17
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -21,6 +21,8 @@ pipeline:
- npx eas-cli build --platform android --non-interactive --profile preview
secrets:
- eas_token
environment:
CI: true
trigger:
event: [push]