From 456eee91dfbfe7800abf2cc6fc820b6c6960dfaf Mon Sep 17 00:00:00 2001 From: Evgeny Alaev Date: Mon, 21 Oct 2024 14:33:53 +0300 Subject: [PATCH] CI fix 30 --- .github/workflows/release-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 528ae0c..0cca146 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -75,6 +75,6 @@ jobs: - name: Build run: npm run build - name: Publish - run: npm publish --access=public --tag "beta-$TAG_NEW_VERSION" + run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}