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