Skip to content

Commit

Permalink
chore(ci): fix pip publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Nov 13, 2023
1 parent e9bbd57 commit 36f6c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: poetry install
working-directory: ./api/client/python
- name: Bump version
run: poetry version ${{ github.ref }}
run: poetry version ${{ github.ref_name }}
working-directory: ./api/client/python
- name: Publish to PyPI
run: |
Expand Down

0 comments on commit 36f6c12

Please sign in to comment.