Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 464 Bytes

Release Publish Action

Used for:

  • Creates a new release
  • Generates the change log for the release

Usage:

    steps:
      - uses: NoorDigitalAgency/release-publish@main
        name: Release Publish
        with:
          stage: 'alpha' # What stage is the release targeting (alpha, beta and production)
          token: ${{ github.token }} # GitHub token
          artifact_name: release-startup-outputs # Artifact name used by release-startup