fix: Create our tmp directory before we try to create a file in it

This commit is contained in:
dannyrb 2019-05-21 13:49:21 -04:00
parent ca881f207a
commit 50a188a5f1

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"
}
]
]