Skip to content

Commit

Permalink
ci: Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g authored Dec 21, 2024
1 parent 35fcfd9 commit 94f6003
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
required: true
default: true
type: boolean
version-bump-branch:
description: Branch for version bump
required: true
type: string

jobs:
release:
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 94f6003

Please sign in to comment.