Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Nov 30, 2023
1 parent d959290 commit bd0bb5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
env:
DOTENV: ${{ inputs.DOTENV }}

- run: yarn build
- run: |
echo $DOTENV > dotenv
source dotenv
yarn build
working-directory: ./apps/namada-interface
env:
DOTENV: ${{ inputs.DOTENV }}

0 comments on commit bd0bb5e

Please sign in to comment.