Skip to content

Release

Release #11

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
source:
description: 'Source to release to'
type: choice
options:
- release-test (internal)
- test (internal)
- official (external)
ref:
description:
'Ref (Tag, branch, commit SHA) to release. Default to the
default branch'
type: string
jobs:
release:
uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/release-app.yml@main
with:
source: ${{ inputs.source }}
ref: ${{ inputs.ref }}
secrets: inherit