Enable dry run publish
This commit is contained in:
parent
9e22a49acc
commit
0868baaa05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
title: Release to npm
|
title: Release to npm
|
||||||
commit: Release to npm
|
commit: Release to npm
|
||||||
# publish: pnpm publish --dry-run
|
publish: pnpm publish --dry-run
|
||||||
# action is automatically pushing even before PR is merged?
|
# action is automatically pushing even before PR is merged?
|
||||||
# This should:
|
# This should:
|
||||||
# 1. Push to "next" every time
|
# 1. Push to "next" every time
|
||||||
|
|
Loading…
Reference in a new issue