tisonkun commented on code in PR #6606:
URL: https://github.com/apache/opendal/pull/6606#discussion_r2412082333
##########
.github/workflows/release_ruby.yml:
##########
@@ -20,7 +20,7 @@ name: Release Ruby Binding
on:
push:
tags:
- - 'v[0-9]+.[0-9]+.[0-9]+*' # Triggers on version tags (v0.54.0,
v0.54.0-rc.1, etc.)
+ - 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+' # Triggers on version tags (v0.54.0,
v0.54.0-rc.1, etc.)
Review Comment:
This would not match `v0.54.0`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]