From 7cb950570da757d8a041d52917bc48bf306424df Mon Sep 17 00:00:00 2001 From: Haseeb Ahmad Date: Tue, 23 Jun 2026 16:50:31 +0200 Subject: [PATCH] CLOUDPLAT-3162: add environment gate to npm-release workflow https://mapbox.atlassian.net/browse/CLOUDPLAT-3162 --- .github/workflows/npm-release.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 5bd342e..e63e3f0 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -9,5 +9,6 @@ jobs: permissions: id-token: write contents: write + environment: npm-release with: create-github-release: true diff --git a/package.json b/package.json index 96a6b24..bb80dce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/dynamodb-replicator", - "version": "10.1.2", + "version": "10.1.3", "description": "", "main": "index.js", "scripts": {