Skip to content

Commit 89bc5c5

Browse files
authored
Merge pull request #1295 from hkad98/jkd/release
chore: address the warning in the workflow
2 parents 0f5fd49 + 8e2504d commit 89bc5c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
user: __token__
108108
password: ${{ secrets.PYPI_API_TOKEN }}
109-
packages_dir: dist/${{ matrix.component }}
109+
packages-dir: dist/${{ matrix.component }}
110110
verbose: true
111111
slack-notification:
112112
runs-on: ubuntu-latest

.github/workflows/dev-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
with:
4949
user: __token__
5050
password: ${{ secrets.PYPI_API_TOKEN }}
51-
packages_dir: ${{ matrix.component == 'gooddata-api-client' && format('{0}/dist', matrix.component) || format('packages/{0}/dist', matrix.component) }}
51+
packages-dir: ${{ matrix.component == 'gooddata-api-client' && format('{0}/dist', matrix.component) || format('packages/{0}/dist', matrix.component) }}
5252
verbose: true

0 commit comments

Comments
 (0)