This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new f7273b5 Fixed warning, when .github/workflows/github-release.yml is
parsed
f7273b5 is described below
commit f7273b5753463787abd24f7025d3589e8498f1de
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Aug 18 13:57:02 2025 +0200
Fixed warning, when .github/workflows/github-release.yml is parsed
---
.github/workflows/github-release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/github-release.yml
b/.github/workflows/github-release.yml
index 3fe0b34..8790774 100644
--- a/.github/workflows/github-release.yml
+++ b/.github/workflows/github-release.yml
@@ -21,7 +21,7 @@ name: Create GitHub Release
on:
push:
tags:
- - [0-9]+.[0-9]+.[0-9]+
+ - '[0-9]+.[0-9]+.[0-9]+'
jobs:
release: