Skip to content

Commit 0da7184

Browse files
Install PyGitHub before publishing
1 parent 1fd0b04 commit 0da7184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-to-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
BUILD_TYPE: package
2222
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
2323
run: |
24+
pip3 install PyGithub
2425
TAG=$(git describe --exact-match --tags)
2526
curl -L -o ./package_rp2040_index.json "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/package_rp2040_index.json"
2627
./package/update_release.py --token ${CI_GITHUB_API_KEY} --repo "$GITHUB_REPOSITORY" --tag global ./package_rp2040_index.json

0 commit comments

Comments
 (0)