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.
1 parent 92321c9 commit 663ff21Copy full SHA for 663ff21
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
anchor-version: "0.30.1"
30
solana-cli-version: "1.18.21"
31
node-version: "20.17.0"
32
- - run: anchor build
+ # - run: anchor build
33
# Setup .npmrc file to publish to npm
34
- uses: actions/setup-node@v3
35
with:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/contracts",
3
- "version": "3.0.15",
+ "version": "3.0.16",
4
"author": "UMA Team",
5
"license": "AGPL-3.0-only",
6
"repository": {
0 commit comments