Skip to content

Commit 4a79da6

Browse files
committed
fix: change deprecated field
1 parent 90557a5 commit 4a79da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
user: ${{ env.PYPI_USERNAME }}
121121
password: ${{ env.PYPI_PASSWORD }}
122-
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
122+
packages-dir: ${{github.workspace}}/sdk/python/bin/dist
123123
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
124124
uses: JS-DevTools/npm-publish@5a85faf05d2ade2d5b6682bfe5359915d5159c6c # tag=v2.2.1
125125
with:

0 commit comments

Comments
 (0)