fix: Create our tmp directory before we try to create a file in it
This commit is contained in:
parent
ca881f207a
commit
50a188a5f1
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user