Skip to content

Commit

Permalink
💚 ci(all): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 29, 2024
1 parent 48a2079 commit 4258dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
releaseBody: |
<p><b>Apps & Extensions releases for ${{steps.pkg.outputs.name}} v${{ env.UPDATED_VERSION }}</b></p>
<p>${{ steps.pkg.outputs.description }}</p>
---
🌐 [WEB](${{ steps.pkg.outputs.homepage }})
📚 [DOCUMENTATION](${{ steps.pkg.outputs.docs }})
🧩 [CHANGELOG](${{ steps.pkg.outputs.repo }}/blob/main/packages/app/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-exts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
body: |
<p><b>Apps & Extensions releases for ${{steps.pkg.outputs.name}} v${{ env.UPDATED_VERSION }}</b></p>
<p>${{ steps.pkg.outputs.description }}</p>
---
🌐 [WEB](${{ steps.pkg.outputs.homepage }})
📚 [DOCUMENTATION](${{ steps.pkg.outputs.docs }})
🧩 [CHANGELOG](${{ steps.pkg.outputs.repo }}/blob/main/packages/app/CHANGELOG.md)
Expand Down

0 comments on commit 4258dad

Please sign in to comment.