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 a7e2475 commit e0b8469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-alchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Replace environment variables
run: |
sed -i "s/process.env.AAVEGOTCHI_DIAMOND/${{ steps.export-vars.outputs.AAVEGOTCHI_DIAMOND }}/g" src/helper.ts
sed -i "s/process.env.AAVEGOTCHI_DIAMOND/"${{ steps.export-vars.outputs.AAVEGOTCHI_DIAMOND }}"/g" src/helper.ts
- name: Build
run: yarn build
Expand Down

0 comments on commit e0b8469

Please sign in to comment.