Skip to content
unlock

GitHub Action

Create Bintray Package

1.0.0 Latest version

Create Bintray Package

unlock

Create Bintray Package

A tool for creating bintray packages

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Create Bintray Package

uses: benjefferies/create-bintray-package@1.0.0

Learn more about this action in benjefferies/create-bintray-package

Choose a version

Create Bintray Package

A Github action to create a Bintray package.

Example of usage can be found https://github.com/benjefferies/maven-bintray-github-actions

Inputs

  bintray-user:
    description: 'Bintray user used for authentication'
    required: true
  bintray-token:
    description: 'Bintray access token used for authentication'
    required: true
  owner:
    description: 'The bintray owner or organisation to create the package under'
    required: true
  repo:
    description: 'The bintray repo to create the package will live under'
    required: true
  package-name:
    description: 'The name of the package to create'
    required: true
  package-description:
    description: 'The description of the package to create'
    required: true
  package-url:
    description: 'The url of the source code'
    required: true
  package-license:
    description: 'The license of the package to create'
    required: true