mirror of
https://github.com/AuxXxilium/arc-v.git
synced 2024-11-23 23:11:05 +07:00
build: check for next
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
08af7db88c
commit
c7708790a9
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -14,6 +14,10 @@ on:
|
||||
description: "format %y.%-m.$i or auto"
|
||||
required: false
|
||||
type: string
|
||||
next:
|
||||
description: "-next Release"
|
||||
required: false
|
||||
type: boolean
|
||||
prerelease:
|
||||
description: "pre release"
|
||||
default: false
|
||||
@ -101,6 +105,10 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${{ inputs.next }}" = "true" ]; then
|
||||
VERSION="${VERSION}-next"
|
||||
fi
|
||||
|
||||
echo "Version: ${VERSION}"
|
||||
echo "VERSION=${VERSION}" >> $GITHUB_ENV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user