Closed Djaytan closed 9 months ago
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
:tada: This PR is included in version 3.0.3 :tada:
The release is available on:
v3.0.3
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.0.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Here is the observed error when dispatching the release workflow:
But in fact the issue is due to an attempt to resolve a Lodash template from the string
${TMP_TAG_VERSION_NAME_FILE}
. The hint is provided by the printed error stack trace:at eval (lodash.templateSources[1]:9:10)
. Thus, we can implement a workaround by injecting the environment variable based on theprocess.env
NodeJS variable content.