Skip to content

Commit 0b00e2d

Browse files
committed
v0.0.1
1 parent b029180 commit 0b00e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
if: "${{ github.event.head_commit.message =~ '^[vV]\\d+\\.\\d+\\.\\d+(?:-\\w+)?(?:\n.*)?$' }}"
8+
if: ${{ github.event.head_commit.message =~ '^[vV]\\d+\\.\\d+\\.\\d+(?:-\\w+)?(?:\n.*)?$' }}
99
runs-on: ubuntu-latest
1010

1111
steps:

0 commit comments

Comments
 (0)