Add app version to the OTA deployment comment
This commit is contained in:
@@ -275,6 +275,11 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
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:
|
steps:
|
||||||
- name: ⬇️ Checkout
|
- name: ⬇️ Checkout
|
||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
@@ -365,3 +370,5 @@ jobs:
|
|||||||
<img src="https://bsky-qr.vercel.app?channel=pull-request-${{ github.event.pull_request.number }}" width="300" height="300" alt="QR code for the PR OTA deployment">
|
<img src="https://bsky-qr.vercel.app?channel=pull-request-${{ github.event.pull_request.number }}" width="300" height="300" alt="QR code for the PR OTA deployment">
|
||||||
|
|
||||||
`bluesky://intent/apply-ota?channel=pull-request-${{ github.event.pull_request.number }}`
|
`bluesky://intent/apply-ota?channel=pull-request-${{ github.event.pull_request.number }}`
|
||||||
|
|
||||||
|
App version: **${{ needs.publish-pr-ota.outputs.app-version }}**.
|
||||||
|
|||||||
Reference in New Issue
Block a user