diff --git a/Jenkinsfile b/Jenkinsfile index ecf9c1a..a9478f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,8 @@ pipeline { stage('Release') { steps { + sh 'git config --global user.email "rbehzadan@gmail.com"' + sh 'git config --global user.name "Reza Behzadan"' sh 'git tag -a v$(cat VERSION) -m "v$(cat VERSION)"' sh 'goreleaser release' }