Update CI.yml
This commit is contained in:
parent
2b8d31844e
commit
9b302b48b5
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
--file ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile ./${{ matrix.build }}/${{ matrix.os }}
|
||||
|
||||
- name: Prepare environment (release)
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
id: prepare_release
|
||||
run: |
|
||||
TAGS_ARRAY=()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user