Skip to content

Commit 583e4c9

Browse files
committed
ci: Enable publishing to NPM
1 parent 8938c72 commit 583e4c9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
working-directory: packages/${{ matrix.package }}
5353
run: |
5454
echo "🚀 Publishing @ui5/${{ matrix.package }}"
55-
56-
# TODO: Uncomment when ready to publish
57-
# npm publish --access public
55+
npm publish --access public
5856
5957
publish-cli:
6058
runs-on: ubuntu-24.04
@@ -81,5 +79,4 @@ jobs:
8179
working-directory: packages/cli
8280
run: |
8381
echo "🚀 Publishing @ui5/cli"
84-
# TODO: Uncomment when ready to publish
85-
# npm publish --access public
82+
npm publish --access public

0 commit comments

Comments
 (0)