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:
2323 id : release
2424 uses : manovotny/github-releases-for-automated-package-publishing-action@v2.0.1
2525 # 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
3333 # Setup .npmrc file to publish to npm
3434 - uses : actions/setup-node@v3
3535 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " @across-protocol/contracts" ,
3- "version" : " 3.0.14 " ,
3+ "version" : " 3.0.15 " ,
44 "author" : " UMA Team" ,
55 "license" : " AGPL-3.0-only" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "svm-spoke"
33version = " 0.1.0"
44description = " Created with Anchor"
55edition = " 2021"
6-
6+ publish = false
77
88[lib ]
99crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "test"
33version = " 0.1.0"
44description = " Created with Anchor"
55edition = " 2021"
6+ publish = false
67
78[lib ]
89crate-type = [" cdylib" , " lib" ]
You can’t perform that action at this time.
0 commit comments