From 95cb26557d074bb35ff6d768131afc1ef7f1b890 Mon Sep 17 00:00:00 2001 From: Evgeny Alaev Date: Fri, 18 Oct 2024 18:55:07 +0300 Subject: [PATCH] CI fix 25 --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 987fd05..5787b6c 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -79,6 +79,6 @@ jobs: - name: Build run: npm run build - name: Publish - run: npm publish --tag "beta-$TAG_NEW_VERSION" + run: npm publish --access=public --tag "beta-$TAG_NEW_VERSION" env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}