Skip to content

Commit e6bba15

Browse files
committed
refactor: Use working-directory prop instead of CD-ing
1 parent c182049 commit e6bba15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
node-version: 24.x
5050

5151
- name: Install and publish ${{ matrix.package }}
52+
working-directory: packages/${{ matrix.package }}
5253
run: |
53-
cd packages/${{ matrix.package }}
5454
echo "🚀 Publishing @ui5/${{ matrix.package }}"
5555
5656
# TODO: Uncomment when ready to publish
@@ -82,7 +82,7 @@ jobs:
8282
rm -f npm-shrinkwrap.json
8383
npm shrinkwrap
8484
echo "✅ npm-shrinkwrap.json generated"
85-
- name: (Dry Run) Publish @ui5/cli
85+
- name: Publish @ui5/cli
8686
working-directory: packages/cli
8787
run: |
8888
echo "🚀 Publishing @ui5/cli"

0 commit comments

Comments
 (0)