Skip to content

Commit 38d475e

Browse files
authored
ci: Enable publishing to NPM (#1216)
JIRA: CPOUI5FOUNDATION-1166
1 parent 673a9c6 commit 38d475e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ jobs:
5050

5151
- name: Publish ${{ matrix.package }} package
5252
working-directory: packages/${{ matrix.package }}
53-
run: |
53+
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 --tag next
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 --tag next

0 commit comments

Comments
 (0)