File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
cache-key : rb-nightly-${{ matrix.gem }}
38
38
run : |
39
39
export GEM_HOST_API_KEY="Bearer $GITHUB_TOKEN"
40
- ./go rb:release[nightly,--config=release ]
40
+ ./go rb:release[--stamp,nightly ]
41
41
on-ruby-failure :
42
42
name : On Ruby Failure
43
43
runs-on : ubuntu-latest
@@ -179,7 +179,7 @@ jobs:
179
179
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
180
180
echo "@seleniumhq:registry=https://npm.pkg.github.com" >> ~/.npmrc
181
181
echo "always-auth=true" >> ~/.npmrc
182
- ./go node:release['nightly','--config=release' ]
182
+ ./go node:release[--stamp,nightly ]
183
183
secrets : inherit
184
184
on-javascript-failure :
185
185
name : On JavaScript Failure
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ namespace :py do
554
554
nightly = args . delete ( 'nightly' )
555
555
Rake ::Task [ 'py:version' ] . invoke ( 'nightly' ) if nightly
556
556
557
- command = nightly . nil? ? '//py:selenium-release' : '//py:selenium-release-nightly '
557
+ command = nightly ? '//py:selenium-release-nightly ' : '//py:selenium-release'
558
558
Bazel . execute ( 'run' , args , command )
559
559
end
560
560
You can’t perform that action at this time.
0 commit comments