From 15c2ed57c73d27e2dd7c9029469e4db2ad704d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 27 Mar 2026 10:51:14 +0300 Subject: [PATCH] fix: publish yml edit level env --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c916456..b86f8c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,8 @@ jobs: publish: name: Publish Job runs-on: ubuntu-latest + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v4 @@ -34,5 +36,3 @@ jobs: - name: Publish package run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}