We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cbf95 commit 8973debCopy full SHA for 8973deb
.github/workflows/pre-release.yml
@@ -66,7 +66,7 @@ jobs:
66
persist-credentials: false
67
fetch-depth: 0
68
fetch-tags: true
69
- ref: release-${{ github.event.inputs.version }}
+ ref: trunk
70
- name: Install Ruby
71
uses: ruby/setup-ruby@v1
72
with:
@@ -78,8 +78,6 @@ jobs:
78
run: |
79
git config --local user.email "[email protected]"
80
git config --local user.name "Selenium CI Bot"
81
- - name: Undo rust changelog commit
82
- run: git reset --hard trunk
83
- name: Update everything including early release CDP
84
if: ${{ github.event.inputs.chrome_channel == 'early-stable' }}
85
run: ./go all:prepare[${{ github.event.inputs.version }},Beta]
0 commit comments