We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b029180 commit 0b00e2dCopy full SHA for 0b00e2d
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
release:
8
- if: "${{ github.event.head_commit.message =~ '^[vV]\\d+\\.\\d+\\.\\d+(?:-\\w+)?(?:\n.*)?$' }}"
+ if: ${{ github.event.head_commit.message =~ '^[vV]\\d+\\.\\d+\\.\\d+(?:-\\w+)?(?:\n.*)?$' }}
9
runs-on: ubuntu-latest
10
11
steps:
0 commit comments