Skip to content

Commit

Permalink
backslashes in yaml double quotes must be escaped, of course
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 26, 2020
1 parent d5aa583 commit 51dbdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: release_notes
env:
# e.g. v0.1.0a1, v1.2.0b2 or v2.3.0rc3, but not v1.0.0
PRERELEASE_TAG_PATTERN: "v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+([ab]|rc)[[:digit:]]+"
PRERELEASE_TAG_PATTERN: "v[[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+([ab]|rc)[[:digit:]]+"
run: |
# GH checkout action doesn't preserve tag annotations, we must fetch them
# https://github.com/actions/checkout/issues/290
Expand Down

0 comments on commit 51dbdee

Please sign in to comment.