diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a25f38f..6697dd44 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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"