Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[CI] Minor workflow bug fix
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
igiloh-pinecone committed Nov 16, 2023
1 parent e1ce377 commit 7332bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Bump version
if: ${{ inputs.bumpVersion == true }}
run: |
poetry version ${{ inputs.releaseLevel || 'patch' }}
poetry version ${{ inputs.versionLevel || 'patch' }}
- name: Store version number
id: store-version
Expand Down

0 comments on commit 7332bd4

Please sign in to comment.