Skip to content

Commit a6307af

Browse files
Update tag-to-draft-release.yml
1 parent 436bf0f commit a6307af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-to-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
BUILD_TYPE: package
2828
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
30-
bash ./tests/ci/build_package.sh
30+
(cd ./package && bash ./build_boards_manager_package.sh)
3131
pip3 install PyGithub
3232
# Create a draft release and upload the ZIP and JSON files.
3333
# This draft is not visible to normal users and needs to be

0 commit comments

Comments
 (0)