sbt-github-packages icon indicating copy to clipboard operation
sbt-github-packages copied to clipboard

A simple sbt plugin for publishing to GitHub Packages, in the style of sbt-sonatype and sbt-bintray

Results 28 sbt-github-packages issues
Sort by recently updated
recently updated
newest added

The example as written has a couple minor errors. The variable name as defined and use do not match and the setting value needs to be wrapped in braces.

I attempt to use sbt-github-package for firs time for my project. I attempt to import apply the plugin in my `plugins.sbt` file `addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2")` However, this result...

Hi All, # ***I have some issues related to GITHUB_TOKEN (when i run my project ) *** # sbt:random-quotes> run [error] stack trace is suppressed; run last credentials for the...

Hi, I'm migrating a project from gradle to sbt and I noticed one strange thing. I'm not able to publish the snapshot artifact more than once (for the same snapshot...

So this issue probably doesn't belong here, as I'm not sure it's directly an sbt-gihub-packages problem, but I'm not sure where else to start and am looking for some idea....

Hello! I want to upload the JAR artifact to GitHub packages with the plugin. The plugin definitely did work in the past. However, sometimes I just get this exception: `java.io.IOException:...

The aim of the PR is to solve IntelliJ IDEA importing issue. IDEA correctly picks up properties from `.sbtopts` file and therefore can download dependencies from the GitHub maven repository....

Loading the GitHub token from an environment variable is great, but IntelliJ has difficulty loading sbt projects because it doesn't always share the same environment variables with the user's shell,...

Currently, it's hard to use a plugin only for publishing. Especially when the publishing process happens only on CI. At this point, a valid token is not needed locally. But...

When publishing with sbt, I believe credentials are only required when the endpoint receiving its artifacts requires them. This PR re-enables this behaviour. As a consequence, the plugin may be...