fix: check correct version

This commit is contained in:
Stefanuk12 2025-04-22 16:26:22 +01:00
parent 0955c6fb5c
commit 83f1d05ea3
No known key found for this signature in database
GPG key ID: 7E19B1E4C83A2A35

View file

@ -163,7 +163,7 @@ jobs:
id: is_prerelease id: is_prerelease
shell: bash shell: bash
run: | run: |
if [[ "${{ needs.prepare.outputs.registry_version }}" == *"-"* ]]; then if [[ "${{ needs.prepare.outputs.version }}" == *"-"* ]]; then
echo "value=true" >> $GITHUB_OUTPUT echo "value=true" >> $GITHUB_OUTPUT
else else
echo "value=false" >> $GITHUB_OUTPUT echo "value=false" >> $GITHUB_OUTPUT