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

pull/2871/head
James Rich 2025-08-27 08:44:28 -05:00 zatwierdzone przez GitHub
rodzic 05c46f326f
commit 02abba43a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.