Skip to content

Commit a223074

Browse files
committed
Fix GITHUB_SHA envvar definition
1 parent a6eadf2 commit a223074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pipeline {
5252
environment {
5353
GITHUB_TOKEN = credentials("github-release-pat")
5454
GITHUB_REPOSITORY = "object-Object/HexDebug"
55-
GITHUB_SHA = env.GIT_COMMIT
55+
GITHUB_SHA = "${env.GIT_COMMIT}"
5656
}
5757
steps {
5858
sh "./gradlew publishGithub"

0 commit comments

Comments
 (0)