mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-12 10:57:43 -04:00
fix(release): use correct GitHub release URL for Play Store whatsnew (#2870)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user