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 5f61fc8 commit c91e72f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-alchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
AAVEGOTCHI_DIAMOND=$(node -e "console.log(require('./config/$NETWORK.json').address)")
echo "AAVEGOTCHI_DIAMOND=$AAVEGOTCHI_DIAMOND" >> $GITHUB_OUTPUT
- name: Generate Constants
run: |
NETWORK=${{ steps.extract-network.outputs.NETWORK }}
npx ts-node scripts/generate-constants.ts $NETWORK
# - name: Generate Constants
# run: |
# NETWORK=${{ steps.extract-network.outputs.NETWORK }}
# npx ts-node scripts/generate-constants.ts $NETWORK

- name: Replace environment variables
run: |
Expand Down

0 comments on commit c91e72f

Please sign in to comment.