We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457e763 commit 79539d7Copy full SHA for 79539d7
.github/workflows/tag-to-draft-release.yml
@@ -28,6 +28,8 @@ jobs:
28
BUILD_TYPE: package
29
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
+ (cd pico-sdk && git submodule update --init)
32
+ (cd pico-extras && git submodule update --init)
33
(cd ./package && bash ./build_boards_manager_package.sh)
34
pip3 install PyGithub
35
# Create a draft release and upload the ZIP and JSON files.
0 commit comments