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
In our app we are trying to set the release assets using the setReleaseAssets function call on the GithubReleaseTask prior to running the task. We do this using the following way:
where GH_RELEASE_TASK_NAME = "githubRelease"
When this code runs we are seeing the task fail with the following error
Are we not suppose to use this api in this way? Is there a way to set the release asset not during the configuration phase ?
The text was updated successfully, but these errors were encountered:
In our app we are trying to set the release assets using the
setReleaseAssets
function call on theGithubReleaseTask
prior to running the task. We do this using the following way:where
GH_RELEASE_TASK_NAME = "githubRelease"
When this code runs we are seeing the task fail with the following error
Are we not suppose to use this api in this way? Is there a way to set the release asset not during the configuration phase ?
The text was updated successfully, but these errors were encountered: