diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index afa3d4f46c..37ad648e62 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -275,6 +275,11 @@ jobs: permissions: id-token: write contents: read + outputs: + # Runtime version the bundle is published under (package.json version, via + # denisPublish.sh's empty-RUNTIME_VERSION fallback). comment-pr-ota shows it + # so a reader knows which app build can actually apply this OTA. + app-version: ${{ steps.env.outputs.release-version }} steps: - name: ⬇️ Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 @@ -365,3 +370,5 @@ jobs: QR code for the PR OTA deployment `bluesky://intent/apply-ota?channel=pull-request-${{ github.event.pull_request.number }}` + + App version: **${{ needs.publish-pr-ota.outputs.app-version }}**.