diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e84a8854..cc9baa60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: npm run test - name: Publish package to NPM - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.ref == 'refs/heads/v3' && github.event_name == 'push' run: | echo "registry=https://registry.npmjs.org/" >> .npmrc echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc diff --git a/package-lock.json b/package-lock.json index 3a130d82..20a0cacb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18953,7 +18953,7 @@ }, "packages/ui-kit": { "name": "@konturio/ui-kit", - "version": "3.12.1", + "version": "3.13.0", "dependencies": { "downshift": "^6.1.7", "nanoid": "^4.0.0",