sbt-github-packages
sbt-github-packages copied to clipboard
A simple sbt plugin for publishing to GitHub Packages, in the style of sbt-sonatype and sbt-bintray
It was `git config github.token` previously but now it's `GITHUB_TOKEN` from the environment as of e64d8e9b9bf1a88a4c3aa0891a71bd48784078c1.
My attempt to solve #44. Perhaps `githubRepositories` should be renamed to `githubResolveRepositories` to make the self-description clearer? ### The update should not be breaking for current users. `githubPublishToRepository` and `githubRepositories`...
Not specifying a root project will silently not allow you to override the the `TokenSource`. While it might not be the fault of this plugin, it's a big gotcha that...
IntelliJ cannot load projects with this plugin because it offers no way of defining environment variables to be set for sbt when loading a project. Setting them for an app...
Testing your plugin, it looks promising. Although I had to use explicit credentials to get it to work :) The first time I run publisher/publish for my (private) project I...
We're trying a Scala 3 upgrade and were having problems publishing to github packages when our Scala version is "3.0.0-M3", getting 422 responses. 2.13 works fine: [info] published iam-policy_2.13 to...
when I run `sbt publish` it generates all the artifacts including the .pom file under target/scala-2.12/ directory but it fails publishing the package because it seems to be looking for...
If my project uses the plugin just for publication, without needing to resolve any Github Package dependency, it should not pretend to have a valid GITHUB_TOKEN defined, so that the...
Not sure if this is limitation of Github packages or just `sbt-github-packages` plugin. I suspect it's because of `sbt-specgen_2.12_1.0` the sbt version `1.0` breaks it. I saw this on some...
…che support I started adding support for https://github.com/djspiewak/sbt-github-packages/issues/31 but ran out of time. Here is what I currently have if anyone wants to finish it.