From 3ec994ee60cac647b4926e393cc67f4648afd7be Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Sun, 25 Feb 2024 17:44:05 +0000 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0d16d9..51e29ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}