Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Jan 15, 2025
1 parent e5cb0d4 commit 1d6ed9f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:

- uses: actions/checkout@v4

# - name: Read changelog
# id: read-changelog
# run: |
# echo 'content<<EOF' >> $GITHUB_OUTPUT
# cat CHANGELOG.md >> $GITHUB_OUTPUT
# echo 'EOF' >> $GITHUB_OUTPUT

- name: Parse changelog
id: parse-changelog
run: |
Expand All @@ -28,13 +21,6 @@ jobs:
pcregrep -M -o1 "$regex" ./CHANGELOG.md >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
# uses: kaisugi/[email protected]
# id: regex-match
# with:
# text: ${{ steps.read-changelog.outputs.content }}
# regex: '## \[${{ github.event.release.tag_name }}\].*\n\n((.|\n)+?)(?:## \[[0-9]+.[0-9]+.[0-9]+\])'
# flags: gm

- name: Set release body
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 1d6ed9f

Please sign in to comment.