Skip to content

Commit

Permalink
Fix version bumping in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 26, 2024
1 parent 9b5a509 commit 401523e
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 @@ -43,7 +43,7 @@ jobs:
./pdm.lock
- name: Build package
run: make build
run: pdm run hatch version "${{ github.ref_name }}" && make build

- name: Store the distribution packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 401523e

Please sign in to comment.