From 3bfb5bd9a646666e4dca155018b7832822e1628b Mon Sep 17 00:00:00 2001 From: Lewis <20112848+Chilledson@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:03:43 +0000 Subject: [PATCH] Add production environment to npm publish workflow --- .github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index deca2cf..4b6b49f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -9,6 +9,7 @@ on: jobs: publish-npm: runs-on: ubuntu-latest + environment: production steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3