From 0d6a9325aa10c61005dab89254f746c30443b2fe Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Mon, 4 Mar 2024 02:38:25 +0400 Subject: [PATCH] CI/CD Changes --- .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 034ef5d..b10a569 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: - name: Building sources run: npm run build - name: Publishing - run: npm publish + run: npm publish dist env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}