From 57afa50cb3f09cc1f26ab39604e4ed6e532624ad Mon Sep 17 00:00:00 2001 From: Haseeb Ahmad Date: Wed, 24 Jun 2026 10:15:18 +0200 Subject: [PATCH] CLOUDPLAT-3162: pass environment via with: input https://mapbox.atlassian.net/browse/CLOUDPLAT-3162 --- .github/workflows/npm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index af5c289..ba2ea44 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -9,7 +9,7 @@ jobs: permissions: id-token: write contents: write - environment: npm-release with: create-github-release: true + environment: npm-release run-tests: false