Disabled dry run push

This commit is contained in:
Lukasz Ostrowski 2023-02-15 12:06:39 +01:00
parent 3292b5d172
commit d86bbb85fa

View file

@ -34,7 +34,11 @@ 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?
# This should:
# 1. Push to "next" every time
# 2. Push to latest AFTER PR is merged
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}