mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
fixed release workflow syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user