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 523faf8 commit 572dddfCopy full SHA for 572dddf
.github/workflows/release-insiders.yml
@@ -3,7 +3,7 @@ name: Release Insiders
3
on:
4
push:
5
# TODO: Rename to `main`, once merged
6
- branches: [next]
+ branches: [feat/setup-v4-releases]
7
8
permissions:
9
contents: read
@@ -229,7 +229,7 @@ jobs:
229
run: node ./scripts/lock-pre-release-versions.mjs
230
231
- name: Publish
232
- run: pnpm --recursive publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks
+ run: pnpm --recursive publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks --dry-run
233
env:
234
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
235
0 commit comments