From d86bbb85fa2310c40a558adbe83d2a9408cf622d Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 15 Feb 2023 12:06:39 +0100 Subject: [PATCH] Disabled dry run push --- .github/workflows/prepare-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 603da3f..1615e99 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -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 }}