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 8938c72 commit 583e4c9Copy full SHA for 583e4c9
.github/workflows/release-please.yml
@@ -52,9 +52,7 @@ jobs:
52
working-directory: packages/${{ matrix.package }}
53
run: |
54
echo "🚀 Publishing @ui5/${{ matrix.package }}"
55
-
56
- # TODO: Uncomment when ready to publish
57
- # npm publish --access public
+ npm publish --access public
58
59
publish-cli:
60
runs-on: ubuntu-24.04
@@ -81,5 +79,4 @@ jobs:
81
79
working-directory: packages/cli
82
80
83
echo "🚀 Publishing @ui5/cli"
84
85
0 commit comments