Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
juo-dev committed Sep 5, 2023
1 parent 8cdb109 commit b106a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Test
run: npm run test
- name: Subgraph Auth
run: yarn graph-auth -- ${{ secrets.THEGRAPH_API_KEY }}
run: yarn graph:auth -- ${{ secrets.THEGRAPH_API_KEY }}
- name: Subgraph Deploy
run: npm run deploy:goerli
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Test
run: npm run test
- name: Subgraph Auth
run: yarn graph-auth -- ${{ secrets.THEGRAPH_API_KEY }}
run: yarn graph:auth -- ${{ secrets.THEGRAPH_API_KEY }}
- name: Subgraph Deploy
run: npm run deploy:goerli
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Test
run: npm run test
- name: Subgraph Auth
run: yarn graph-auth -- ${{ secrets.THEGRAPH_API_KEY }}
run: yarn graph:auth -- ${{ secrets.THEGRAPH_API_KEY }}
- name: Subgraph Deploy
run: npm run deploy:goerli

0 comments on commit b106a74

Please sign in to comment.