Skip to content

Commit

Permalink
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -50,12 +50,12 @@ jobs:
- name: Install dependencies
run: yarn

- name: Build Token Converter Bots
- name: Build Keeper Bots
env:
THE_GRAPH_STUDIO_API_KEY: ${{ secrets.THE_GRAPH_STUDIO_API_KEY }}
run: yarn workspace @venusprotocol/keeper-bots run build

- name: Release Token Converter Bot
- name: Release Keeper Bot
if: ${{ always() }}
env:
THE_GRAPH_STUDIO_API_KEY: ${{ secrets.THE_GRAPH_STUDIO_API_KEY }}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"@graphql-mesh/cli": "^0.90.5",
"@graphql-mesh/config": "^0.100.5",
"@graphql-mesh/graphql": "^0.98.4",
"@venusprotocol/keeper-bots": "^1.0.0",
"@venusprotocol/keeper-bots": "1.0.0-dev.1",
"@venusprotocol/venus-protocol": "^9.1.0",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
2 changes: 1 addition & 1 deletion packages/keeper-bots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/keeper-bots",
"version": "1.0.0",
"version": "1.0.0-dev.1",
"description": "",
"scripts": {
"dev": "tsc --watch",
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -7038,7 +7038,7 @@ __metadata:
"@graphql-mesh/graphql": ^0.98.4
"@sindresorhus/tsconfig": ^3.0.1
"@types/react": ^18.2.55
"@venusprotocol/keeper-bots": ^1.0.0
"@venusprotocol/keeper-bots": 1.0.0-dev.1
"@venusprotocol/venus-protocol": ^9.1.0
ava: ^5.2.0
chalk: ^5.2.0
@@ -7196,7 +7196,7 @@ __metadata:
languageName: unknown
linkType: soft

"@venusprotocol/keeper-bots@^1.0.0, @venusprotocol/keeper-bots@workspace:packages/keeper-bots":
"@venusprotocol/keeper-bots@1.0.0-dev.1, @venusprotocol/keeper-bots@workspace:packages/keeper-bots":
version: 0.0.0-use.local
resolution: "@venusprotocol/keeper-bots@workspace:packages/keeper-bots"
dependencies:

0 comments on commit afbec1e

Please sign in to comment.