We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea99b5 commit 2cfcb83Copy full SHA for 2cfcb83
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}
41
strategy:
42
matrix:
43
- path: ${{ fromJSON(needs.release-please.outputs.paths_released || []) }}
+ path: ${{ fromJSON(needs.release-please.outputs.paths_released || "[]") }}
44
environment: release
45
permissions:
46
# IMPORTANT: this permission is mandatory for trusted publishing to pypi
0 commit comments