Skip to content

Commit e76bdc1

Browse files
authored
ci: add npm dist tags to the package (#405)
1 parent 73525c9 commit e76bdc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
GIT_REFNAME: ${{ github.ref_name }}
5151

5252
- name: Run Release 🚀
53-
run: pnpm run release:ci
53+
run: pnpm run release:ci --npm.tag=next
5454
working-directory: ./packages/raystack
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
GIT_REFNAME: ${{ github.ref_name }}
5151

5252
- name: Run Release 🚀
53-
run: pnpm run release:ci
53+
run: pnpm run release:ci --npm.tag=latest
5454
working-directory: ./packages/raystack
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)