Skip to content

Commit

Permalink
correcting ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Casyfill committed Oct 21, 2022
1 parent e70e409 commit 766649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
path: dist/

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 766649f

Please sign in to comment.