Skip to content

Commit 572dddf

Browse files
committed
tmp: trigger insiders release (dry run) from branch
For testing purposes only
1 parent 523faf8 commit 572dddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-insiders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Insiders
33
on:
44
push:
55
# TODO: Rename to `main`, once merged
6-
branches: [next]
6+
branches: [feat/setup-v4-releases]
77

88
permissions:
99
contents: read
@@ -229,7 +229,7 @@ jobs:
229229
run: node ./scripts/lock-pre-release-versions.mjs
230230

231231
- name: Publish
232-
run: pnpm --recursive publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks
232+
run: pnpm --recursive publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks --dry-run
233233
env:
234234
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
235235

0 commit comments

Comments
 (0)