Bug in release YAML (#122)

This commit is contained in:
cybermaggedon 2024-10-15 20:35:48 +01:00 committed by GitHub
parent 04617a81f7
commit ec444d12b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: