Skip to content

Commit 663ff21

Browse files
fix: skip anchor build in publish workflow (#738)
* undo anchor build in publish worflow Signed-off-by: Melisa Guevara <[email protected]> * bump version --------- Signed-off-by: Melisa Guevara <[email protected]>
1 parent 92321c9 commit 663ff21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
anchor-version: "0.30.1"
3030
solana-cli-version: "1.18.21"
3131
node-version: "20.17.0"
32-
- run: anchor build
32+
# - run: anchor build
3333
# Setup .npmrc file to publish to npm
3434
- uses: actions/setup-node@v3
3535
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "3.0.15",
3+
"version": "3.0.16",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)