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
I'm using version 2.2.8 of this plugin and gradle version 5.4.
My configuration:
githubRelease {
token githubToken
draft false // by default this is false
prerelease false // by default this is false
releaseAssets jar.destinationDirectory.asFile.get().listFiles() // this points to which files you want to upload as assets with your release
}
When running ./gradlew githubRelease, I get the following issue:
I'm using version 2.2.8 of this plugin and gradle version 5.4.
My configuration:
When running
./gradlew githubRelease
, I get the following issue:The text was updated successfully, but these errors were encountered: