Skip to content

Commit

Permalink
fixing pre-releae workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Casyfill committed Oct 21, 2022
1 parent a79e0f7 commit d68ae5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
name: wheels
path: dist/

- name: Set version from tag
run: poetry version $GITHUB_REF_NAME"
- name: Bump version
run: poetry version patch

- name: Install dependencies
run: |
Expand Down

0 comments on commit d68ae5c

Please sign in to comment.