Skip to content

Commit 806221e

Browse files
authored
ci: apply only patch release (#833)
For LTS branch, it should not apply major,minor update in general. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent b9384ab commit 806221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maintenance-bundle-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
cd fluent-package
2424
gem install bundler:2.3.27
25-
bundle _2.3.27_ update -j 4
25+
bundle _2.3.27_ update -j 4 --patch
2626
- name: Create Pull Request
2727
run: |
2828
$today=Get-Date -Format "yyyy-MM-dd"

0 commit comments

Comments
 (0)