Skip to content

Commit

Permalink
Update create_release_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing authored Nov 22, 2023
1 parent ce93e07 commit a5fc98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Escape version
run: echo "ESCAPED_VERSION=$(echo "${{ vars.TEST_VERSION }}" | sed 's/[^^]/[&]/g; s/\^/\\^/g')" >> $GITHUB_ENV
- name: Parse release notes
run: (grep -Pzo '(?<=### v${{ env.ESCAPED_VERSION }}\n)\X+(?=\n\n)' ../README.md) > release_notes.txt
run: (grep -Pzo '(?<=### v${{ env.ESCAPED_VERSION }}\n)\X+(?=\n\n)' ../README.md) | tr -d '\0' > release_notes.txt
- name: Create release
uses: actions/create-release@latest
env:
Expand Down

0 comments on commit a5fc98a

Please sign in to comment.