Questions tagged [github-packages]

Packages is a feature on Github allowing packages of files to be stored alongside code in a Github repository.

Github Packages is a feature on Github allowing packages of files to be stored alongside code in a Github repository. Several package registry formats are supported, such as

  • Container
  • RubyGems
  • npm
  • Apache Maven
  • Gradle
  • NuGet
54 questions
0
votes
1 answer

Issue publishing Maven package to GitHub packages

How do I create a GitHub workflow that publishes a Maven artifact to GitHub Packages? I'm a bit lost, since I'm using the workflow file provided by GitHub, and Googling the issue doesn't come up with any fixes that apply to my situation. This what…
0
votes
0 answers

Publishing to Github Packages from Jenkins Using Cake

I'm having an issue publishing to Github Packages from Jenkins using Cake. The push task looks like this: Task(nugetPushTask) .WithCriteria(() => isPublishBranch) .IsDependentOn(packTask) .Does(() => { foreach(var file in…
onefootswill
  • 3,707
  • 6
  • 47
  • 101
0
votes
0 answers

Publish package to yarn, npm and github registry

I just created my first package and as I wanted to show it on my GitHub profile so I published it to the GitHub package registry. Now I ran into a problem I can't npm install it without specifying the GitHub registry. Alright just uploaded it to the…
0
votes
1 answer

Pushing Private package in Github Packages Nuget error

I am having a weird exception during publishing my nuget packages with Github actions Run dotnet nuget push ./package/*.nupkg --api-key *** --skip-duplicate --no-symbols true Pushing WayStation_Models.1.0.0.nupkg to…
MST
  • 113
  • 1
  • 7
0
votes
0 answers

dotnet add package not installing latest version

The command dotnet add package PACKAGE does not install the latest version of a package. Isn't it supposed to check for the latest version when we are not giving a -v flag? Also, when I run the command, the CLI is installing the oldest version of…
0
votes
1 answer

http4s-request-signer_2.13 dependency is not downloaded from central repository

As I build scala project using >sbt assembly , I am getting the below error. Should I configure anything to resolve this issue? [info] Strategy 'rename' was applied to 6 files (Run the task at debug level to see details) [error]…
0
votes
1 answer

AWS Amplify - Lerna Monorepo - Can't install private github package

I am having trouble installing a private github package with my lerna monorepo using AWS Amplify hosting. I have updated the build settings to create a .npmrc file at the time of build and install the package in the preBuild stage, however when it…
Dylan w
  • 2,565
  • 1
  • 18
  • 30
0
votes
1 answer

GitHub Packages: Inconsistency when running Docker Image Locally and in GitHub Actions

I have been using Github actions to build and publish a docker image to the Github Container Registry according to the Documentation. I am getting an inconsistency behavior when I pull the new image and test it locally. I have a CMake project in C++…
DanielT
  • 63
  • 7
0
votes
0 answers

Github packages for repository showing empty page

I have followed a few github package blogs, including githubs quickstart: https://docs.github.com/en/packages/quickstart and I can't seem to navigate to the package page for the repository. Or I can't view them for some reason. I don't know what is…
1 2 3
4