Enable dry run publish

This commit is contained in:
Lukasz Ostrowski 2023-02-27 17:14:06 +01:00
parent 9e22a49acc
commit 0868baaa05

View file

@ -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