-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix changelog generator (#11744)
* ci: Improve changelog generator Signed-off-by: oliver könig <[email protected]> * update changelog file Signed-off-by: oliver könig <[email protected]> * test Signed-off-by: oliver könig <[email protected]> * more debug output Signed-off-by: oliver könig <[email protected]> * fix Signed-off-by: oliver könig <[email protected]> * fix branches Signed-off-by: oliver könig <[email protected]> * fix Signed-off-by: oliver könig <[email protected]> * fix Signed-off-by: oliver könig <[email protected]> * bump release Signed-off-by: oliver könig <[email protected]> --------- Signed-off-by: oliver könig <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ on: | |
|
||
jobs: | ||
release: | ||
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected].2 | ||
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected].3 | ||
with: | ||
release-ref: ${{ inputs.release-ref }} | ||
image-name: nemo_container | ||
|