From 8c9971e85b4b3c487408baf1827eed847c65c356 Mon Sep 17 00:00:00 2001 From: isumygin-sc <141647456+isumygin-sc@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:54:43 +0000 Subject: [PATCH] dry run removed (#6059) --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8479d26b948..cb6c297f5db 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,6 +26,6 @@ jobs: run: npm run build:publish - name: Publish to npm - run: npm publish --DRY-RUN + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file