From 3a304874d76590f7ec138902265477db0a8d5b16 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 e7f21fa891..3ce810ca19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,7 +287,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