Skip to content

Commit

Permalink
Bug in release YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 15, 2024
1 parent 9d0b79c commit 0526555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0526555

Please sign in to comment.