Skip to content

Commit

Permalink
fix pre-releasing in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Mar 10, 2024
1 parent 29165df commit 80a2318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
token: ${{ secrets.ACTION_DISPATCH }}
repository: calaos/pkgdebs
event-type: build_deb
client-payload: '{ "pkgname": "hue2mqtt", "version": "${{ steps.calaos_version.outputs.version_bumped }}", "image_src": "${{ env.REGISTRY_IMAGE }}:${{ steps.calaos_version.outputs.version_bumped }}", "prerelease": ${{ github.event.inputs.vincrement && true || false }} }'
client-payload: '{ "pkgname": "hue2mqtt", "version": "${{ steps.calaos_version.outputs.version_bumped }}", "image_src": "${{ env.REGISTRY_IMAGE }}:${{ steps.calaos_version.outputs.version_bumped }}", "prerelease": ${{ github.event.inputs.vincrement && false || true }} }'

0 comments on commit 80a2318

Please sign in to comment.