Merge pull request #10150 from id/ci-do-not-post-enterprise-releases-to-emqx.io

ci: do not post updates about enterprise releases to emqx.io
This commit is contained in:
Ivan Dyachkov 2023-03-16 13:43:40 +00:00 committed by GitHub
commit ef8f764154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ jobs:
with: with:
asset_paths: '["packages/*"]' asset_paths: '["packages/*"]'
- name: update to emqx.io - name: update to emqx.io
if: github.event_name == 'release' || inputs.publish_release_artefacts if: startsWith(github.ref_name, 'v') && (github.event_name == 'release' || inputs.publish_release_artefacts)
run: | run: |
set -e -x -u set -eux
curl -w %{http_code} \ curl -w %{http_code} \
--insecure \ --insecure \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \