Skip to content

Commit

Permalink
ci: Update release.yaml (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g authored Jan 3, 2025
1 parent 35fcfd9 commit d0e1fa4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ on:
required: true
default: true
type: boolean
version-bump-branch:
description: Branch for version bump
required: true
type: string

jobs:
release:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected].1
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/[email protected].3
with:
release-ref: ${{ inputs.release-ref }}
image-name: nemo_aligner_container
Expand All @@ -42,6 +46,7 @@ jobs:
container-workdir: /opt/NeMo-Aligner
library-name: NeMo-Aligner
dry-run: ${{ inputs.dry-run }}
version-bump-branch: ${{ inputs.version-bump-branch }}
secrets:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand Down

0 comments on commit d0e1fa4

Please sign in to comment.