Update update-version.yml

This commit is contained in:
Stefan Pejcic 2025-04-07 12:23:53 +02:00 committed by GitHub
parent 7b8232c350
commit 05d995fb50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
echo "PANEL_VERSION=$PANEL_VERSION" >> $GITHUB_ENV
- name: Check if version is valid and update files
if: ${{ env.PANEL_VERSION != '' && (env.PANEL_VERSION != 'null') && (env.PANEL_VERSION | contains('.')) }}
if: ${{ env.PANEL_VERSION != '' && env.PANEL_VERSION != 'null' && contains(env.PANEL_VERSION, '.') }}
run: |
echo "Version is valid: $PANEL_VERSION"