fix(release): use correct GitHub release URL for Play Store whatsnew (#2870)

This commit is contained in:
James Rich
2025-08-27 08:44:28 -05:00
committed by GitHub
parent 05c46f326f
commit 02abba43a0

View File

@@ -232,7 +232,7 @@ jobs:
- name: Create Play Store whatsnew File
run: |
mkdir -p whatsnew
echo "For detailed release notes, please visit: ${{ steps.create_gh_release.outputs.html_url }}" > whatsnew/whatsnew-en-US
echo "For detailed release notes, please visit: ${{ steps.create_gh_release.outputs.url }}" > whatsnew/whatsnew-en-US
shell: bash
# Attest the build artifacts for supply chain security.