From 66199b82c8b35dbec9bd3091072b1e2c55e18d0b Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 11 Oct 2023 10:12:14 +0100 Subject: [PATCH 1/2] Update deploy-featurebranch.yml --- .github/workflows/deploy-featurebranch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index f843e222b0..2c6302b56a 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -14,7 +14,7 @@ jobs: - uses: passeidireto/trigger-external-workflow-action@main env: PAYLOAD_BRANCH: ${{ github.head_ref }} - PAYLOAD_PR_NUMBER: ${{ github.ref }} + PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} with: repository: budibase/budibase-deploys event: featurebranch-qa-deploy From e5de8a24b2d2481301e9a1c81a3ceb56c0577a17 Mon Sep 17 00:00:00 2001 From: Budibase Staging Release Bot <> Date: Wed, 11 Oct 2023 09:12:35 +0000 Subject: [PATCH 2/2] Bump version to 2.11.18 --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index c1de6a01b5..bf82dd0c70 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.11.17", + "version": "2.11.18", "npmClient": "yarn", "packages": [ "packages/*"