Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 21, 2024
1 parent 33cea35 commit acf4638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
type: choice
options:
- bitwarden
- bitwarden-core
version_number:
description: "New version (example: '2024.1.0')"
required: true
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

### bitwarden
- name: Bump bitwarden crate Version
if: ${{ inputs.project == 'bitwarden' }}
if: ${{ inputs.project == 'bitwarden-core' }}
run: cargo set-version -p bitwarden-core ${{ inputs.version_number }}

############################
Expand Down

0 comments on commit acf4638

Please sign in to comment.