Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #218 from danieljamesrees/fix_github_version_param
Browse files Browse the repository at this point in the history
Use version number not file as parameter
  • Loading branch information
dazjones committed May 14, 2018
2 parents 867253c + f631c69 commit 1c9334f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/tasks/publish-draft-release/publish-draft-release.go
Expand Up @@ -219,5 +219,6 @@ func main() {

if err != nil {
os.Stderr.WriteString(fmt.Sprintf("Failed to publish draft release - %s\n", err))
os.Exit(1)
}
}
2 changes: 1 addition & 1 deletion ci/tasks/publish-draft-release/publish-draft-release.yml
Expand Up @@ -12,4 +12,4 @@ run:
- |
cp -R devtools-boshrelease/ci/tasks/publish-draft-release /go/src/
cd /go/src/publish-draft-release
go run publish-draft-release.go ${OWNER} ${REPO} ${VERSION} ${BRANCH}
go run publish-draft-release.go "${OWNER}" "${REPO}" "$(<${VERSION})" "${BRANCH}"

0 comments on commit 1c9334f

Please sign in to comment.