File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7979 git config --local user.email "[email protected] " 8080 git config --local user.name "Selenium CI Bot"
8181 - name : Undo rust changelog commit
82- run : git reset HEAD~1
82+ run : git reset --hard trunk
8383 - name : Update everything including early release CDP
8484 if : ${{ github.event.inputs.chrome_channel == 'early-stable' }}
8585 run : ./go all:prepare[${{ github.event.inputs.version }},Beta]
Original file line number Diff line number Diff line change @@ -1126,6 +1126,7 @@ namespace :all do
11261126 Rake ::Task [ 'node:version' ] . invoke ( version )
11271127 Rake ::Task [ 'py:version' ] . invoke ( version )
11281128 Rake ::Task [ 'dotnet:version' ] . invoke ( version )
1129+ Rake ::Task [ 'rust:version' ] . invoke ( version )
11291130 end
11301131end
11311132
You can’t perform that action at this time.
0 commit comments