Merge remote-tracking branch 'origin/release-v44' into 1221-sync-release-v44-to-main-v4.4
This commit is contained in:
commit
f7e4f45b6c
|
@ -115,7 +115,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: emqx/self-hosted-cleanup-action@v1.0.3
|
||||
if: matrix.os == macos-12-arm64
|
||||
if: matrix.os == 'macos-12-arm64'
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: source
|
||||
|
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: emqx/self-hosted-cleanup-action@v1.0.3
|
||||
if: ${{ matrix.os == 'macos-12-arm64' }}
|
||||
if: matrix.os == 'macos-12-arm64'
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # clone full git history
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Enhancements
|
||||
|
||||
- Added Amazon Linxu 2 (amzn2) package release [#9498](https://github.com/emqx/emqx/pull/9498).
|
||||
- Added Amazon Linux 2 (amzn2) package release [#9498](https://github.com/emqx/emqx/pull/9498).
|
||||
|
||||
- Upgrade http client library `ehttpc` from `0.2.1` to `0.4.2` [#9456](https://github.com/emqx/emqx/pull/9456).
|
||||
|
||||
|
|
Loading…
Reference in New Issue