We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b9ed0 commit c5a3d6eCopy full SHA for c5a3d6e
.github/workflows/announce-release.yml
@@ -15,11 +15,6 @@ jobs:
15
if: "${{ contains(github.event.head_commit.message, 'chore(main): release') }}"
16
runs-on: ubuntu-latest
17
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
23
- name: Post to Mastodon
24
uses: snakemake/mastodon-release-post-action@v1.2.3
25
with:
@@ -40,4 +35,4 @@ jobs:
40
35
See {{ changelog }} for details. Here is the header of the changelog:
41
36
42
37
${{ steps.extract-release-notes.outputs.release_notes }}
43
-
38
+
0 commit comments