Skip to content

Commit 900187b

Browse files
authored
fix: release init command invocation (#1817)
I believe this wasn't treating "init" as a separate command, so made it its own argument Signed-off-by: ldetmer <[email protected]>
1 parent 33f391f commit 900187b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/prod/stage-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ steps:
3737
waitFor: ['clone-language-repo', 'clone-googleapis']
3838
dir: tmp
3939
args:
40-
- 'release init'
40+
- 'release'
41+
- 'init'
4142
- '-repo'
4243
- '/workspace/$_REPOSITORY'
4344
- '-library'

0 commit comments

Comments
 (0)