Skip to content

Commit c5a3d6e

Browse files
authored
fix: release notes to action script (#310)
letting the own action handle posting release notes.
1 parent 62b9ed0 commit c5a3d6e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
if: "${{ contains(github.event.head_commit.message, 'chore(main): release') }}"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Extract release notes
19-
id: extract-release-notes
20-
uses: ffurrer2/extract-release-notes@v2
21-
with:
22-
changelog_file: ${{ GITHUB_WORKSPACE }}/CHANGELOG.md
2318
- name: Post to Mastodon
2419
uses: snakemake/[email protected]
2520
with:
@@ -40,4 +35,4 @@ jobs:
4035
See {{ changelog }} for details. Here is the header of the changelog:
4136
4237
${{ steps.extract-release-notes.outputs.release_notes }}
43-
38+

0 commit comments

Comments
 (0)