From 236ff81e383a0f5f42d357ced3763500f1f77c7b Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Tue, 15 Oct 2024 19:44:27 +0100 Subject: [PATCH] Bug in release YAML --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: