Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Feb 25, 2024
1 parent fd6bf94 commit 3ec994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: "create release"
if: startsWith(github.ref, 'refs/tags/v')
run: |
gh release create v${{ steps.get_version.outputs.version }} ./dist/*.whl --title v${{ steps.get_version.outputs.version }}
gh release create v${{ steps.get_version.outputs.version }} --title v${{ steps.get_version.outputs.version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 3ec994e

Please sign in to comment.