mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Assign the RELEASE_VERSION variable (#3385)
This commit is contained in:
parent
71fe17b02c
commit
04c32aa45a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy-release.yml
vendored
3
.github/workflows/deploy-release.yml
vendored
|
@ -50,7 +50,8 @@ jobs:
|
|||
>> "${GITHUB_ENV}"
|
||||
if [ -z "${RELEASE_VERSION}" ]; then
|
||||
echo "No release version found in environment, using input..."
|
||||
echo "RELEASE_VERSION=${{ github.event.inputs.release_version }}" \
|
||||
RELEASE_VERSION="${{ github.event.inputs.release_version }}"
|
||||
echo "RELEASE_VERSION=${RELEASE_VERSION}" \
|
||||
>> "${GITHUB_ENV}"
|
||||
fi
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue