Skip to content

Commit b03b5f6

Browse files
committed
docs: Update workflow titles
1 parent 37a6bd7 commit b03b5f6

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: npm ci
5353

54-
- name: Install and publish ${{ matrix.package }}
54+
- name: Publish ${{ matrix.package }} package
5555
working-directory: packages/${{ matrix.package }}
5656
run: |
5757
echo "🚀 Publishing @ui5/${{ matrix.package }}"
@@ -80,7 +80,7 @@ jobs:
8080
set -e
8181
node ../../internal/shrinkwrap-extractor/cli.js ../../
8282
83-
- name: Publish @ui5/cli
83+
- name: Publish @ui5/cli package
8484
working-directory: packages/cli
8585
run: |
8686
echo "🚀 Publishing @ui5/cli"

0 commit comments

Comments
 (0)