diff --git a/vsts/pipelines/templates/_releaseJobTemplate.yml b/vsts/pipelines/templates/_releaseJobTemplate.yml index 0957e9ae8c..6d12ac3bf9 100644 --- a/vsts/pipelines/templates/_releaseJobTemplate.yml +++ b/vsts/pipelines/templates/_releaseJobTemplate.yml @@ -47,7 +47,7 @@ jobs: - task: ShellScript@2 inputs: - scriptPath: vsts/scripts/createReleaseTag.sh + scriptPath: ./vsts/scripts/createReleaseTag.sh - task: GitHubRelease@0 displayName: 'GitHub release (create)'