Be more explicit about Nightly tag target

This commit is contained in:
David Wilson 2019-05-17 08:04:07 -07:00 committed by GitHub
parent f3118e7f90
commit d3c556bdba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ async function uploadArtifacts () {
const releaseSha =
!isNightlyRelease
? spawnSync('git', ['rev-parse', 'HEAD']).stdout.toString().trimEnd()
: undefined
: 'master' // Nightly tags are created in atom/atom-nightly-releases so the SHA is irrelevant
console.log(`Creating GitHub release v${releaseVersion}`)
const release =