Skip to content

Commit 9f1c8c8

Browse files
committed
ci: remove failing prepare step
1 parent a4cd60e commit 9f1c8c8

File tree

5 files changed

+1
-25
lines changed

5 files changed

+1
-25
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
run:
4848
yarn workspace @venusprotocol/keeper-bot-contracts run semantic-release
4949

50-
- name: Install dependencies
51-
run: yarn
52-
5350
- name: Build Keeper Bots
5451
env:
5552
THE_GRAPH_STUDIO_API_KEY: ${{ secrets.THE_GRAPH_STUDIO_API_KEY }}
@@ -66,9 +63,6 @@ jobs:
6663
GIT_COMMITTER_NAME: Venus Tools
6764
GIT_COMMITTER_EMAIL: tools@venus.io
6865
run: yarn workspace @venusprotocol/keeper-bots run semantic-release
69-
70-
- name: Install dependencies
71-
run: yarn
7266

7367
- name: Build CLI
7468
run: yarn workspace @venusprotocol/cli run build

packages/cli/.releaserc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
"npmPublish": true
6464
}
6565
],
66-
[
67-
"@semantic-release/exec",
68-
{
69-
"prepareCmd": "./prepare.sh"
70-
}
71-
],
7266
[
7367
"@semantic-release/git",
7468
{

packages/keeper-bots/.releaserc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
"npmPublish": true
6464
}
6565
],
66-
[
67-
"@semantic-release/exec",
68-
{
69-
"prepareCmd": "./prepare.sh"
70-
}
71-
],
7266
[
7367
"@semantic-release/git",
7468
{

packages/keeper-bots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@graphprotocol/client-cli": "3.0.0",
3131
"@pancakeswap/sdk": "5.8.8",
32-
"@pancakeswap/smart-router": "6.1.6",
32+
"@pancakeswap/smart-router": "6.1.4",
3333
"@pancakeswap/v3-core": "1.0.2",
3434
"@uniswap/sdk": "^3.0.3",
3535
"@uniswap/sdk-core": "^5.3.1",

packages/smart-contracts/.releaserc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
"npmPublish": true
6464
}
6565
],
66-
[
67-
"@semantic-release/exec",
68-
{
69-
"prepareCmd": "./prepare.sh"
70-
}
71-
],
7266
[
7367
"@semantic-release/git",
7468
{

0 commit comments

Comments
 (0)