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 90557a5 commit 4a79da6Copy full SHA for 4a79da6
.github/workflows/release.yaml
@@ -119,7 +119,7 @@ jobs:
119
with:
120
user: ${{ env.PYPI_USERNAME }}
121
password: ${{ env.PYPI_PASSWORD }}
122
- packages_dir: ${{github.workspace}}/sdk/python/bin/dist
+ packages-dir: ${{github.workspace}}/sdk/python/bin/dist
123
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
124
uses: JS-DevTools/npm-publish@5a85faf05d2ade2d5b6682bfe5359915d5159c6c # tag=v2.2.1
125
0 commit comments