Skip to content

Commit

Permalink
chore: update release action (#279)
Browse files Browse the repository at this point in the history
* chore: trigger action on release

* 0.13.4
  • Loading branch information
npty authored Jul 10, 2023
1 parent 326b42e commit 18d2a34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 18d2a34

Please sign in to comment.