Skip to content

Commit f5691e4

Browse files
authored
Merge pull request #16 from 1inch/fix-publishing
Fix auto publishing
2 parents 6de668f + 5eff490 commit f5691e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ jobs:
6868

6969
- name: Publish
7070
run: yarn publish
71+
working-directory: dist
7172
env:
7273
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1inch/multicall",
3-
"version": "1.0.9",
3+
"version": "1.0.11",
44
"description": "High-weight optimized call-processor",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)