build: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-04-04 20:04:42 +02:00
parent 78c149c81f
commit 38d339cb8b

View File

@ -80,7 +80,7 @@ jobs:
# Publish a release if is a tag # Publish a release if is a tag
- name: Release - name: Release
if: success() && env.VERSION != '' if: success() && ${{ inputs.version }} != ''
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: ${{ inputs.version }} tag: ${{ inputs.version }}