Skip to content

Commit c5db9cd

Browse files
authored
Merge pull request #19 from gemsiot/fix/adjusting_workflows
Added product ID to Particle release workflow
2 parents 9d91c4f + 90bf3ef commit c5db9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ jobs:
118118
particle-access-token: ${{ secrets.PARTICLE_ACCESS_TOKEN }}
119119
firmware-path: ${{ steps.find_binary.outputs.firmware-path }}
120120
firmware-version: ${{ needs.release.outputs.firmware-version }}
121-
product-id: ${{ secrets.PARTICLE_PRODUCT_ID }}
121+
product-id: ${{ secrets.PARTICLE_GEMS_DEMO_PRODUCT_ID }}
122122
title: 'Firmware v${{ needs.release.outputs.firmware-version }}'
123123
description: '[Firmware v${{ needs.release.outputs.firmware-version }} GitHub Release](${{ needs.release.outputs.release-url }})'

0 commit comments

Comments
 (0)