Skip to content

Commit

Permalink
chore: added url echo during build
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Mar 31, 2024
1 parent db8f0a9 commit 3f4dea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: |
yarn
output=$(yarn start:sign | grep -o "http://[^ ]*" | sed -n '2p')
echo "Permit available at the address:"
echo $output
echo "CLAIMABLE_URL=$output" >> $GITHUB_ENV
env:
BENEFICIARY_ADDRESS: "0xefC0e701A824943b469a694aC564Aa1efF7Ab7dd"
Expand Down

0 comments on commit 3f4dea0

Please sign in to comment.