Disabled dry run push
This commit is contained in:
parent
3292b5d172
commit
d86bbb85fa
1 changed files with 5 additions and 1 deletions
6
.github/workflows/prepare-release.yml
vendored
6
.github/workflows/prepare-release.yml
vendored
|
@ -34,7 +34,11 @@ jobs:
|
|||
with:
|
||||
title: 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?
|
||||
# This should:
|
||||
# 1. Push to "next" every time
|
||||
# 2. Push to latest AFTER PR is merged
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue