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 61ac01c commit 7b296a4Copy full SHA for 7b296a4
.github/workflows/tag-to-draft-release.yml
@@ -29,7 +29,6 @@ jobs:
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