We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb0fec commit a4739c9Copy full SHA for a4739c9
.github/workflows/product-firmware-upload.yaml
@@ -65,7 +65,7 @@ jobs:
65
particle-access-token: ${{ secrets.PARTICLE_ACCESS_TOKEN_21813 }}
66
firmware-path: ${{ steps.compile.outputs.firmware-path }}
67
firmware-version: ${{ steps.compile.outputs.firmware-version }}
68
- product-id: '19626'
+ product-id: '21813'
69
title: "Firmware v${{ steps.compile.outputs.firmware-version }}"
70
description: "[Firmware v${{ steps.compile.outputs.firmware-version }} GitHub Release](${{ steps.release.outputs.html_url }})"
71
0 commit comments