Skip to content

Commit

Permalink
Merge pull request #17 from 1inch/fix-publishing-npm
Browse files Browse the repository at this point in the history
set working-directory: dist for npm publish
  • Loading branch information
nikmel2803 authored Jul 24, 2023
2 parents f5691e4 + a3d0965 commit 2d937b9
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 @@ -34,6 +34,7 @@ jobs:

- name: Publish
run: yarn publish
working-directory: dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

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": "@1inch/multicall",
"version": "1.0.11",
"version": "1.0.12",
"description": "High-weight optimized call-processor",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d937b9

Please sign in to comment.