ci: change to single quotes
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
parent
2cfcb83e95
commit
038a343e50
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue