Skip to content

ModelingValueGroup/upload-maven-package-action

Repository files navigation

upload-maven-package-action

upload a file as a maven package to the github package registry

Example Usage

When gave (group-artifact-version-extension) can be taken from pom.xml:

      - name: "Upload as package"
        uses: ModelingValueGroup/upload-maven-package-action@master
        with:
          file: "myfile"

Or when no pom is present:

      - name: "Upload as package"
        uses: ModelingValueGroup/upload-maven-package-action@master
        with:
          file: "myfile"
          gave: "group:artifact:version:ext"

About

upload a file as a maven package to the github package registry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages