Merge pull request #465 from dannyrb/master

fix: Create our tmp directory before we try to create a file in it
This commit is contained in:
Danny Brown 2019-05-21 13:50:10 -04:00 committed by GitHub
commit d96b8329cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "echo ${nextRelease.version} > ~/tmp/updated-version.txt"
"publishCmd": "mkdir ~/tmp && echo ${nextRelease.version} > ~/tmp/updated-version.txt"
}
]
]