Skip to content

Commit

Permalink
fix: remove release full change log link
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaarrkk02 committed Dec 16, 2024
1 parent 5ca4a8f commit 798af32
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,12 @@ jobs:
toTag: ${{ steps.previousTag.outputs.previousTag }}
includeInvalidCommits: true

- name: Get full change log
id: fullChangeLog
run: |
# Build the full changelog URL
fullChangeLog="\n\n:label: **Full Changelog**: https://github.com/mmaarrkk02/hass-blueair/compare/${{ steps.previousTag.outputs.previousTag }}...${{ github.ref_name }}"
# Write the changelog to the environment variable
echo "fullChangeLog=$fullChangeLog" >> $GITHUB_OUTPUT
- name: Create Release
uses: ncipollo/release-action@v1.12.0
with:
allowUpdates: true
draft: false
makeLatest: true
name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }}${{ steps.fullChangeLog.outputs.fullChangeLog }}
body: ${{ steps.changelog.outputs.changes }}
token: ${{ github.token }}

0 comments on commit 798af32

Please sign in to comment.