Skip to content

Commit

Permalink
ci(tauri): br br
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Aug 20, 2024
1 parent 4bea646 commit 1d053c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: release_notes
run: |
notes="$(gh api -X POST /repos/${{ github.repository }}/releases/generate-notes -f tag_name=${{ github.ref_name }} | yq .body)"
notes="A Flatpak repository is also available, see https://github.com/Japan7/karaberus-flatpak\r\n\r\n$notes"
notes="A Flatpak repository is also available, see https://github.com/Japan7/karaberus-flatpak<br><br>$notes"
echo notes="$notes" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1d053c7

Please sign in to comment.