diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c55337dd..adb89569 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,13 @@ name: "Release" on: - workflow_dispatch: {} + workflow_dispatch: + release: + types: [published] jobs: publish-npm: - name: "Publish npm" + name: "Publish to NPM" runs-on: ubuntu-latest steps: - name: Checkout @@ -18,6 +20,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + registry-url: "https://registry.npmjs.org" - name: Install pnpm uses: pnpm/action-setup@v2 diff --git a/package.json b/package.json index c3946be7..7540e574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axelar-network/axelarjs-sdk", - "version": "0.13.3", + "version": "0.13.4", "description": "The JavaScript SDK for Axelar Network", "repository": { "type": "git",