Skip to content

Commit

Permalink
Update deploy-alchemy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Nov 29, 2024
1 parent c345eea commit 42cd68b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-alchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Codegen
run: yarn codegen

- name: Build
run: yarn build

- name: Export Vars
id: export-vars
run: |
Expand All @@ -54,6 +51,9 @@ jobs:
run: |
sed -i "s/{{AAVEGOTCHI_DIAMOND}}/${{ steps.export-vars.outputs.AAVEGOTCHI_DIAMOND }}/g" src/helper.ts
- name: Build
run: yarn build

- name: Deploy to Alchemy
env:
SUBGRAPH_NAME: aavegotchi-svg-${{ steps.extract-network.outputs.NETWORK }}
Expand Down

0 comments on commit 42cd68b

Please sign in to comment.