Skip to content

Commit 5408996

Browse files
committed
feat(release): Restore Arduino Package Index Update step
Re-enabled the step to trigger the Arduino Package Index update in the release workflow to ensure the package index is updated with new releases. Signed-off-by: Chiho Sin <[email protected]>
1 parent ae9a67e commit 5408996

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/fobe-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

35-
# - name: Trigger Arduino Package Index Update
36-
# run: |
37-
# curl -X POST https://api.github.com/repos/fobe-projects/fobe-arduino-index/dispatches \
38-
# -H "Accept: application/vnd.github+json" \
39-
# -H "Authorization: Bearer ${{ secrets.FOBE_ARDUINO_INDEX_REPO_TOKEN }}" \
40-
# -H "X-GitHub-Api-Version: 2022-11-28" \
41-
# -d '{"event_type":"package-index-update"}'
35+
- name: Trigger Arduino Package Index Update
36+
run: |
37+
curl -X POST https://api.github.com/repos/fobe-projects/fobe-arduino-index/dispatches \
38+
-H "Accept: application/vnd.github+json" \
39+
-H "Authorization: Bearer ${{ secrets.FOBE_ARDUINO_INDEX_REPO_TOKEN }}" \
40+
-H "X-GitHub-Api-Version: 2022-11-28" \
41+
-d '{"event_type":"package-index-update"}'

0 commit comments

Comments
 (0)