Skip to content

Commit f7273b5

Browse files
committed
Fixed warning, when .github/workflows/github-release.yml is parsed
1 parent 8dd55de commit f7273b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: Create GitHub Release
2121
on:
2222
push:
2323
tags:
24-
- [0-9]+.[0-9]+.[0-9]+
24+
- '[0-9]+.[0-9]+.[0-9]+'
2525

2626
jobs:
2727
release:

0 commit comments

Comments
 (0)