Skip to content

Commit

Permalink
fix: aaaaenabled authentication hello234
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev committed Aug 15, 2024
1 parent b2f60fd commit fd87f8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile-deployment
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ pipeline {
sh "printenv"
sh "poetry install --with dev"
sh "git rev-parse HEAD"
def tag = sh(returnStdout: true, script: "poetry run semantic-release version --print-tag").trim()
def tag = sh(returnStdout: true, script: "poetry run semantic-release version").trim()
echo "${tag}"
sh "git rev-parse HEAD"

sh "poetry run semantic-release publish"

Expand Down

0 comments on commit fd87f8b

Please sign in to comment.