Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Jan 30, 2024
1 parent 8c3317f commit 8138cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
workflow: build-python-wheels.yml
path: ${{ github.workspace }}/target/wheels/dist
workflow_conclusion: success
branch: ${{ github.event,inputs.release_type == 'Dry Run' && main || github.ref_name }}
branch: ${{ github.event.inputs.release_type == 'Dry Run' && main || github.ref_name }}
name: bitwarden_sdk(.*)
name_is_regexp: true

Expand Down

0 comments on commit 8138cb5

Please sign in to comment.