Skip to content

Update version from 5.5.1.250929 to 5.5.1.251017 #71

Update version from 5.5.1.250929 to 5.5.1.251017

Update version from 5.5.1.250929 to 5.5.1.251017 #71

Workflow file for this run

name: Create tar.xz archive with recursive source clone for release
on:
push:
tags:
- v*
jobs:
release_zips:
name: Create release tar.xz archive
runs-on: ubuntu-latest
steps:
- name: Create a recursive clone source and stripped archive
uses: Jason2866/github-actions/release_zips@tar_xz
env:
RELEASE_PROJECT_NAME: ESP-IDF
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}