fixed release workflow syntax

This commit is contained in:
Axel Uhl
2025-10-24 11:27:06 +02:00
parent b84b2f4ed2
commit 2c3bc51aa7
+1 -1
View File
@@ -184,7 +184,7 @@ jobs:
asset_name: release-notes.txt
asset_content_type: text/plain
- name: Trigger Hudson job
if: {{ always() && secrets.HUDSON_JOB_USERNAME != '' && secrets.HUDSON_JOB_PASSWORD != '' && secrets.HUDSON_JOB_TOKEN != '' }}
if: ${{ always() && secrets.HUDSON_JOB_USERNAME != '' && secrets.HUDSON_JOB_PASSWORD != '' && secrets.HUDSON_JOB_TOKEN != '' }}
shell: bash
run: |
if [ "${{ github.ref }}" = "refs/heads/main" ]; then