We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d91c4f + 90bf3ef commit c5db9cdCopy full SHA for c5db9cd
1 file changed
.github/workflows/release-workflow.yaml
@@ -118,6 +118,6 @@ jobs:
118
particle-access-token: ${{ secrets.PARTICLE_ACCESS_TOKEN }}
119
firmware-path: ${{ steps.find_binary.outputs.firmware-path }}
120
firmware-version: ${{ needs.release.outputs.firmware-version }}
121
- product-id: ${{ secrets.PARTICLE_PRODUCT_ID }}
+ product-id: ${{ secrets.PARTICLE_GEMS_DEMO_PRODUCT_ID }}
122
title: 'Firmware v${{ needs.release.outputs.firmware-version }}'
123
description: '[Firmware v${{ needs.release.outputs.firmware-version }} GitHub Release](${{ needs.release.outputs.release-url }})'
0 commit comments