From ee4ef02c0d9961d0abb4594ad4e14cefcedbd8f0 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Fri, 10 Feb 2023 18:01:41 +0400 Subject: [PATCH] Test --- .github/workflows/prerelease-package.yml | 2 +- .github/workflows/release-package.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prerelease-package.yml b/.github/workflows/prerelease-package.yml index a3323c7..f1cdabf 100644 --- a/.github/workflows/prerelease-package.yml +++ b/.github/workflows/prerelease-package.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '17.x' - - run: npm ci + - run: HUSKY=0 npm ci - run: npm test - name: Set package registry run: npm config set registry https://npm.pkg.github.com diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index c487f83..3661150 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '17.x' - - run: npm ci + - run: HUSKY=0 npm ci - run: npm test - name: Set package registry run: npm config set registry https://npm.pkg.github.com diff --git a/package.json b/package.json index 0604a24..4740331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.17.4", + "version": "0.17.5-rc.0", "description": "Orion Protocol SDK", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js",