Skip to content

Commit

Permalink
Fix quote marks in publish workflow version title
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed May 9, 2023
1 parent 4df91b2 commit 3059dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: v'${{ github.event.inputs.version }}''
title: "v${{ github.event.inputs.version }}"
files: |
LICENSE
dist/*.whl

0 comments on commit 3059dea

Please sign in to comment.