mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
ci: Use new release-zips-action with shallow history
This commit is contained in:
9
.github/workflows/release_zips.yml
vendored
9
.github/workflows/release_zips.yml
vendored
@ -11,7 +11,8 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Create a recursive clone source zip
|
- name: Create a recursive clone source zip
|
||||||
uses: espressif/github-actions/release_zips@master
|
uses: espressif/release-zips-action@v1
|
||||||
env:
|
with:
|
||||||
RELEASE_PROJECT_NAME: ESP-IDF
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
release_project_name: ESP-IDF
|
||||||
|
git_extra_args: --shallow-since="1 year ago"
|
||||||
|
Reference in New Issue
Block a user