Skip to content

albumprinter/actions-create-octopus-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Create Octopus Release

A GitHub action to create the octopus release.

You could use:

Usage

  - uses: albumprinter/actions-create-octopus-release@v1
    with:
        project: OCTOPUS_PROJECT
        version: PACKAGE_VERSION or ${{ steps.git-version.outputs.version }}
        octopus-api: ${{ secrets.OCTOPUS_URL }}
        octopus-key: ${{ secrets.OCTOPUS_KEY }}