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 73525c9 commit e76bdc1Copy full SHA for e76bdc1
.github/workflows/release-rc.yaml
@@ -50,7 +50,7 @@ jobs:
50
GIT_REFNAME: ${{ github.ref_name }}
51
52
- name: Run Release 🚀
53
- run: pnpm run release:ci
+ run: pnpm run release:ci --npm.tag=next
54
working-directory: ./packages/raystack
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yaml
+ run: pnpm run release:ci --npm.tag=latest
0 commit comments