Skip to content

Commit

Permalink
improve: release (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrice32 authored May 19, 2022
1 parent 8f0c819 commit 6d908d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
always-auth: true
- run: yarn
- run: yarn publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk-v2",
"author": "UMA Team",
"version": "0.1.2",
"version": "0.1.3",
"license": "AGPL-3.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 6d908d4

Please sign in to comment.