From 561f017ef7c5ab14900b7b343894107acdbd2d73 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Sat, 14 Jun 2025 14:58:51 +0200 Subject: [PATCH] ci: Use new release-zips-action with shallow history --- .github/workflows/release_zips.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_zips.yml b/.github/workflows/release_zips.yml index a88dd90128..9e9a013f68 100644 --- a/.github/workflows/release_zips.yml +++ b/.github/workflows/release_zips.yml @@ -11,7 +11,8 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Create a recursive clone source zip - uses: espressif/github-actions/release_zips@master - env: - RELEASE_PROJECT_NAME: ESP-IDF - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: espressif/release-zips-action@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + release_project_name: ESP-IDF + git_extra_args: --shallow-since="1 year ago"