We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583e4c9 commit 7a00e9fCopy full SHA for 7a00e9f
.github/workflows/release-please.yml
@@ -50,9 +50,7 @@ jobs:
50
51
- name: Publish ${{ matrix.package }} package
52
working-directory: packages/${{ matrix.package }}
53
- run: |
54
- echo "🚀 Publishing @ui5/${{ matrix.package }}"
55
- npm publish --access public
+ run: npm publish --access public --tag next
56
57
publish-cli:
58
runs-on: ubuntu-24.04
@@ -77,6 +75,4 @@ jobs:
77
75
78
76
- name: Publish @ui5/cli package
79
working-directory: packages/cli
80
81
- echo "🚀 Publishing @ui5/cli"
82
0 commit comments