ci: change to single quotes

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
Michael Beemer 2024-11-21 14:18:44 -05:00 committed by GitHub
parent 2cfcb83e95
commit 038a343e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}
strategy:
matrix:
path: ${{ fromJSON(needs.release-please.outputs.paths_released || "[]") }}
path: ${{ fromJSON(needs.release-please.outputs.paths_released || '[]') }}
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing to pypi