fix(ci): enable publish on release (#13506)

This commit is contained in:
david-leifker 2025-05-13 20:31:22 -05:00 committed by GitHub
parent effc5e2f4d
commit 1ac41e95d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ jobs:
env:
ENABLE_PUBLISH: >-
${{
(github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
(github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'release' )
&& ( secrets.ACRYL_DOCKER_PASSWORD != '' )
}}
run: |