From 4559a077c4ca3c82b973561ba35c636bfa87d9ba Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Mon, 27 May 2024 18:06:13 +0300 Subject: [PATCH 1/2] fix(release): install missing 'packaging' package Necessary to combine the json files --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a59d7a7dc4..815604178f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.x' + cache: 'pip' # caching pip dependencies + - run: pip install packaging - name: Build Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From bc21bcd66eb4776772d9b41a3a8d2275860e6d53 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Mon, 27 May 2024 18:28:34 +0300 Subject: [PATCH 2/2] Update .github/workflows/release.yml Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 815604178f5..1610be3f901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.x' - cache: 'pip' # caching pip dependencies - run: pip install packaging - name: Build Release env: