Skip to content

Commit

Permalink
Quote regex
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Dec 16, 2024
1 parent 1f319af commit 96681b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: schwma/[email protected]
with:
version: '${{ steps.get-version.outputs.version }}'
title-regex: ^##\s+\[\d.*$
title-regex: '^##\s+\[\d.*$'

- name: Create a GitHub release
if: ${{ github.event.inputs.dry-run == 'false' }}
Expand Down

0 comments on commit 96681b9

Please sign in to comment.