Skip to content

Commit 4165257

Browse files
committed
[ci] Update for workflow release preparation
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 53fa35d commit 4165257

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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]

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
11301131
end
11311132

0 commit comments

Comments
 (0)