Skip to content

Commit 17e7101

Browse files
authored
ci: Update release.yml (#11698)
* ci: Update release.yml Signed-off-by: oliver könig <[email protected]> * Update release.yml Signed-off-by: oliver könig <[email protected]> --------- Signed-off-by: oliver könig <[email protected]>
1 parent 910c56a commit 17e7101

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
description: Ref (SHA or branch name) to release
2121
required: true
2222
type: string
23+
version-bump-branch:
24+
description: Branch for version bump
25+
required: true
26+
type: string
2327
dry-run:
2428
description: Do not publish a wheel and GitHub release.
2529
required: true
@@ -28,7 +32,7 @@ on:
2832

2933
jobs:
3034
release:
31-
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected].1
35+
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected].2
3236
with:
3337
release-ref: ${{ inputs.release-ref }}
3438
image-name: nemo_container
@@ -41,6 +45,7 @@ jobs:
4145
container-workdir: /workspace
4246
library-name: Neural Modules
4347
dry-run: ${{ inputs.dry-run }}
48+
version-bump-branch: ${{ inputs.version-bump-branch }}
4449
secrets:
4550
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
4651
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)