mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Github Action: add input for the release tag to use
This commit is contained in:
@@ -87,6 +87,10 @@ inputs:
|
||||
required: false
|
||||
default: "Build with [Armbian tools](https://github.com/armbian/build)"
|
||||
|
||||
armbian_release_tag:
|
||||
description: "Armbian release tag"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
@@ -193,7 +197,7 @@ runs:
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "${{ env.ARMBIAN_VERSION }}"
|
||||
tag: ${{ inputs.armbian_release_tag != '' && inputs.armbian_release_tag || env.ARMBIAN_VERSION }}
|
||||
name: "${{ inputs.armbian_release_tittle }}"
|
||||
artifacts: "${{ inputs.armbian_artifacts }}*"
|
||||
allowUpdates: true
|
||||
|
||||
Reference in New Issue
Block a user