Skip to content

Commit

Permalink
Merge pull request #16 from 1inch/fix-publishing
Browse files Browse the repository at this point in the history
Fix auto publishing
  • Loading branch information
nikmel2803 authored Jul 24, 2023
2 parents 6de668f + 5eff490 commit f5691e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:

- name: Publish
run: yarn publish
working-directory: dist
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/multicall",
"version": "1.0.9",
"version": "1.0.11",
"description": "High-weight optimized call-processor",
"repository": {
"type": "git",
Expand Down

0 comments on commit f5691e4

Please sign in to comment.