Add git committer identity
This commit is contained in:
parent
8337911490
commit
a23a062a83
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user