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

This commit is contained in:
david-leifker 2025-05-13 20:31:22 -05:00 committed by Esteban Gutierrez
parent e71170bd8a
commit 02c669ad76
No known key found for this signature in database

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: |