Skip to content

Commit cf230d5

Browse files
Merge pull request #1296 from gooddata/snapshot-master-89bc5c53-to-rel/dev
[bot] Merge master/89bc5c53 into rel/dev
2 parents 5398715 + 89bc5c5 commit cf230d5

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)