Skip to content

Commit

Permalink
fix(ci): Get semver tag during Publish stage
Browse files Browse the repository at this point in the history
Re-add the call to `semver` in the Publish stage. This gets the tag for
releasing. Previous merge conflict resolution  somehow erased this code.

Ref: LOG-19889
  • Loading branch information
darinspivey committed May 16, 2024
1 parent 13b34cd commit aec66ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ pipeline {
}
steps {
script {
def semver = npm.semver() // get the tag

buildx.build(
project: PROJECT_NAME
, push: true
Expand Down

0 comments on commit aec66ed

Please sign in to comment.