Skip to content

Commit fd43d01

Browse files
committed
fix: Tag current prereleases with next on NPM
1 parent 583e4c9 commit fd43d01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +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-
npm publish --access public
55+
npm publish --access public --tag next
5656
5757
publish-cli:
5858
runs-on: ubuntu-24.04
@@ -79,4 +79,4 @@ jobs:
7979
working-directory: packages/cli
8080
run: |
8181
echo "🚀 Publishing @ui5/cli"
82-
npm publish --access public
82+
npm publish --access public --tag next

0 commit comments

Comments
 (0)