Skip to content

Commit 06a50bd

Browse files
committed
fix: reverted away from release extraction action to (hopefully) carrying out this task by our own action
1 parent 62b9ed0 commit 06a50bd

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/mastodon-release-post-action@v1.2.3
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)