From 9d5dd54946d0b2b5562beed7d4f02359edaef3ed Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 19 Jun 2024 16:26:30 +0100 Subject: [PATCH] chore: add `4x` tag for v4 nightly releases --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c4c56cfc2..21586195b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,7 +289,7 @@ jobs: path: packages - name: Release Edge - run: ./scripts/release-edge.sh + run: ./scripts/release-edge.sh 4x env: NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}} NPM_CONFIG_PROVENANCE: true