Skip to content

Commit

Permalink
Fix ci release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak committed Dec 2, 2022
1 parent a4afda0 commit a0d97f6
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 @@ -75,7 +75,7 @@ jobs:
- name: "create release"
if: startsWith(github.ref, 'refs/tags/v')
run: |
gh release create v${{ steps.get_version.outputs.version }} ./pkg/*.gem --title v${{ steps.get_version.outputs.version }}
gh release create v${{ steps.get_version.outputs.version }} ./dist/*.whl --title v${{ steps.get_version.outputs.version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a0d97f6

Please sign in to comment.