diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ec94ea9..f15e43dc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 - name: Create deploy bundle - run: templates/generate-all deploy.zip v${{ steps.version.outputs.VERSION }} + run: templates/generate-all deploy.zip ${{ steps.version.outputs.VERSION }} - uses: ncipollo/release-action@v1 with: