We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c182049 commit e6bba15Copy full SHA for e6bba15
.github/workflows/release-please.yml
@@ -49,8 +49,8 @@ jobs:
49
node-version: 24.x
50
51
- name: Install and publish ${{ matrix.package }}
52
+ working-directory: packages/${{ matrix.package }}
53
run: |
- cd packages/${{ matrix.package }}
54
echo "🚀 Publishing @ui5/${{ matrix.package }}"
55
56
# TODO: Uncomment when ready to publish
@@ -82,7 +82,7 @@ jobs:
82
rm -f npm-shrinkwrap.json
83
npm shrinkwrap
84
echo "✅ npm-shrinkwrap.json generated"
85
- - name: (Dry Run) Publish @ui5/cli
+ - name: Publish @ui5/cli
86
working-directory: packages/cli
87
88
echo "🚀 Publishing @ui5/cli"
0 commit comments