mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
add missing git-clone to the deploy step in the release process (#8243)
* add missing git-clone to the deploy step in the release process
This commit is contained in:
4
.github/workflows/release-to-publish.yml
vendored
4
.github/workflows/release-to-publish.yml
vendored
@ -36,6 +36,10 @@ jobs:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: false
|
||||
fetch-depth: 0
|
||||
- name: Deploy updated JSON
|
||||
run: |
|
||||
bash ./package/deploy_package_index.sh
|
||||
|
Reference in New Issue
Block a user