Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 committed Jan 28, 2023
1 parent 6491dd3 commit deebe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: abatilo/actions-poetry@v2
- name: Bump up version
run: |
poetry version ${{ github.event.inputs.version }}
poetry version ${{ github.ref_name }}
- name: Build and publish to pypi
uses: JRubics/[email protected]
Expand Down

0 comments on commit deebe3e

Please sign in to comment.