Skip to content

Commit

Permalink
ANDROID-14628 Not include release notes in the release notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslat authored Jun 6, 2024
1 parent e1f4c1f commit 5d1c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}
overwrite: "{title: `New Tweaks version published ${{ github.event.release.tag_name }}`, text:`Release Notes:\n ${{ github.event.release.body }}`}"
overwrite: "{title: `New Tweaks version published ${{ github.event.release.tag_name }}`, text:`Release Notes:\n ${{ github.event.release.html_url }}`}"

0 comments on commit 5d1c966

Please sign in to comment.