File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
id : release
24
24
25
25
# Setup Anchor to enable compilation and export of Solana programs
26
- # - name: Setup Anchor & Build
27
- # uses: metadaoproject/setup-anchor@v2
28
- # with:
29
- # anchor-version: "0.30.1"
30
- # solana-cli-version: "1.18.21"
31
- # node-version: "20.17.0"
32
- # run: anchor build
26
+ - name : Setup Anchor & Build
27
+ uses : metadaoproject/setup-anchor@v2
28
+ with :
29
+ anchor-version : " 0.30.1"
30
+ solana-cli-version : " 1.18.21"
31
+ node-version : " 20.17.0"
32
+ - run : anchor build
33
33
# Setup .npmrc file to publish to npm
34
34
- uses : actions/setup-node@v3
35
35
with :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @across-protocol/contracts" ,
3
- "version" : " 3.0.14 " ,
3
+ "version" : " 3.0.15 " ,
4
4
"author" : " UMA Team" ,
5
5
"license" : " AGPL-3.0-only" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "svm-spoke"
3
3
version = " 0.1.0"
4
4
description = " Created with Anchor"
5
5
edition = " 2021"
6
-
6
+ publish = false
7
7
8
8
[lib ]
9
9
crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "test"
3
3
version = " 0.1.0"
4
4
description = " Created with Anchor"
5
5
edition = " 2021"
6
+ publish = false
6
7
7
8
[lib ]
8
9
crate-type = [" cdylib" , " lib" ]
You can’t perform that action at this time.
0 commit comments