Skip to content

Commit 215155f

Browse files
committed
[skip ci]work for new release
1 parent 21f5c05 commit 215155f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devops-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ steps:
5555
displayName: 'setup SurveyJSVersion variable from SurveyJSVersionFile'
5656
5757
- powershell: |
58+
$env:GIT_REDIRECT_STDERR = '2>&1'
59+
git config --global user.email "[email protected]"
60+
git config --global user.name "dmitrykurmanov"
5861
npm run release -- --release-as $(SurveyJSVersion)
5962
displayName: 'npm run release specific version'
6063
#####################################################

0 commit comments

Comments
 (0)