Skip to content

Commit de111fb

Browse files
committed
create & upload a tag before creating release
1 parent 52ee129 commit de111fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ pipeline {
4949

5050
steps {
5151
unstash 'dll'
52+
pwsh 'git tag $Env:RELEASE_TAG'
53+
pwsh 'git push --tags'
54+
sleep(10)
5255
pwsh '''
5356
echo $Env:RELEASE_TAG
5457

0 commit comments

Comments
 (0)