Home > Blockchain >  Deploying Maven project via GitHub actions fails
Deploying Maven project via GitHub actions fails

Time:11-18

I'm trying to deploy a multi module project to GitHub packages but whenever Maven hits the "deploy" cycle it fails.

my GitHub action job:

  release:
    name: Release            
  • Related