We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a6bd7 commit b03b5f6Copy full SHA for b03b5f6
.github/workflows/release-please.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install dependencies
52
run: npm ci
53
54
- - name: Install and publish ${{ matrix.package }}
+ - name: Publish ${{ matrix.package }} package
55
working-directory: packages/${{ matrix.package }}
56
run: |
57
echo "🚀 Publishing @ui5/${{ matrix.package }}"
@@ -80,7 +80,7 @@ jobs:
80
set -e
81
node ../../internal/shrinkwrap-extractor/cli.js ../../
82
83
- - name: Publish @ui5/cli
+ - name: Publish @ui5/cli package
84
working-directory: packages/cli
85
86
echo "🚀 Publishing @ui5/cli"
0 commit comments