|
36 | 36 | git checkout -b release-${{ github.event.inputs.version }} |
37 | 37 | - name: Update Rust Version |
38 | 38 | run: | |
39 | | - ./go rust:version[${{ github.event.inputs.version }}] |
| 39 | + ./go rust:version ${{ github.event.inputs.version }} |
40 | 40 | ./go rust:version:commit |
41 | 41 | - name: Push changes |
42 | 42 | uses: ad-m/github-push-action@master |
@@ -79,11 +79,11 @@ jobs: |
79 | 79 | git config --local user.email "[email protected]" |
80 | 80 | git config --local user.name "Selenium CI Bot" |
81 | 81 | - name: Update browser versions |
82 | | - run: ./go update_browsers[${{ github.event.inputs.chrome_channel }}] |
| 82 | + run: ./go update_browsers ${{ github.event.inputs.chrome_channel }} |
83 | 83 | - name: Commit browser updates |
84 | 84 | run: git commit -m "update pinned browser versions" |
85 | 85 | - name: Update devtools versions |
86 | | - run: ./go all:update_cdp[${{ github.event.inputs.chrome_channel }}] |
| 86 | + run: ./go all:update_cdp ${{ github.event.inputs.chrome_channel }} |
87 | 87 | - name: Commit DevTools updates |
88 | 88 | run: git commit -m "update devtools versions" |
89 | 89 | - name: Update Selenium Manager versions |
|
99 | 99 | - name: Commit Authors updates |
100 | 100 | run: git commit -m "update authors file" |
101 | 101 | - name: Bump minor version |
102 | | - run: ./go all:version |
| 102 | + run: ./go all:version ${{ github.event.inputs.version }} |
103 | 103 | - name: Commit version updates |
104 | 104 | run: git commit -m "bump versions in preparation for release" |
105 | 105 | - name: Update changelog |
|
0 commit comments