You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1:56:24 PM] [semantic-release] [@semantic-release/github] › ✖ The asset **/build/libs/*${nextRelease.version}*.jar cannot be read, and will be ignored.
I tried escaping the braces,
e.g. {"path": '**/build/libs/*$\{nextRelease.version\}*.jar'}
and alternate lodash syntax,
e.g. {"path": '**/build/libs/*<%= nextRelease.version %>*.jar'}
but with the same results.
The text was updated successfully, but these errors were encountered:
First we create a build with which to run tests (using a snapshot version).
Only if the tests pass do we run semantic-release to repackage with the generated version and publish the release.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to filter assets to only those that match the new version, e.g.:
but I just get an error:
I tried escaping the braces,
e.g.
{"path": '**/build/libs/*$\{nextRelease.version\}*.jar'}
and alternate lodash syntax,
e.g.
{"path": '**/build/libs/*<%= nextRelease.version %>*.jar'}
but with the same results.
The text was updated successfully, but these errors were encountered: