From 597ebc36ae3317a20b33337605a87e4759ee2c82 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 15 Feb 2024 12:52:41 -0800 Subject: [PATCH] testing on 1.69 --- .github/workflows/deploy-nightly-testflight.yml | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-nightly-testflight.yml b/.github/workflows/deploy-nightly-testflight.yml index ef1b24e199..f1cb1163de 100644 --- a/.github/workflows/deploy-nightly-testflight.yml +++ b/.github/workflows/deploy-nightly-testflight.yml @@ -1,8 +1,11 @@ name: Deploy Nightly Testflight Release on: - schedule: - - cron: '0 5 * * *' +# schedule: +# - cron: '0 5 * * *' + push: + branches: + - hailey/use-eas-version-code jobs: build: diff --git a/package.json b/package.json index 87e56339d6..0a18888384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.68.0", + "version": "1.69.0", "private": true, "engines": { "node": ">=18"