Merge pull request #12101 from id/1205-scheduled-build-of-release54

ci: run scheduled packages build of release-54
This commit is contained in:
Ivan Dyachkov 2023-12-05 17:37:38 +01:00 committed by GitHub
commit f5e184ec24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
matrix: matrix:
profile: profile:
- ['emqx', 'master'] - ['emqx', 'master']
- ['emqx-enterprise', 'release-53'] - ['emqx-enterprise', 'release-54']
otp: otp:
- 25.3.2-2 - 25.3.2-2
arch: arch:

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*- %% -*- mode: erlang -*-
{application, emqx_gateway_coap, [ {application, emqx_gateway_coap, [
{description, "CoAP Gateway"}, {description, "CoAP Gateway"},
{vsn, "0.1.5"}, {vsn, "0.1.6"},
{registered, []}, {registered, []},
{applications, [kernel, stdlib, emqx, emqx_gateway]}, {applications, [kernel, stdlib, emqx, emqx_gateway]},
{env, []}, {env, []},