We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de668f + 5eff490 commit f5691e4Copy full SHA for f5691e4
.github/workflows/release.yml
@@ -68,5 +68,6 @@ jobs:
68
69
- name: Publish
70
run: yarn publish
71
+ working-directory: dist
72
env:
73
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@1inch/multicall",
3
- "version": "1.0.9",
+ "version": "1.0.11",
4
"description": "High-weight optimized call-processor",
5
"repository": {
6
"type": "git",
0 commit comments