There was an error while loading. Please reload this page.
1 parent fc0703b commit fe17c37Copy full SHA for fe17c37
devops-integration.yml
@@ -73,8 +73,8 @@ steps:
73
74
- powershell: |
75
$env:GIT_REDIRECT_STDERR = '2>&1'
76
- git config --global user.email "kurmanov.work@gmail.com"
77
- git config --global user.name "dmitrykurmanov"
+ git config --global user.email "surveyjs.org@gmail.com"
+ git config --global user.name "surveyjsdeveloper"
78
npm run release -- --release-as $(SurveyJSVersion)
79
displayName: "npm run release specific version"
80
#####################################################
0 commit comments