From 866e956c57ff328b5145c97755928ea0659bb370 Mon Sep 17 00:00:00 2001 From: Kirill Bushmin Date: Tue, 17 Mar 2026 13:35:58 +0300 Subject: [PATCH] CCL-7441 for first publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 92b326c..ebc2119 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,6 @@ jobs: run: npm run release - name: Publish to npm - run: npm publish --provenance --access public + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file