diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 39c96f15c5caec..6246b212f18591 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -278,7 +278,7 @@ jobs: else DRY_RUN="" fi - pnpm nx-release --local=false $VERSION $DRY_RUN + pnpm nx-release --local=false $VERSION --dry-run - name: Trigger Docs Release # Publish docs only on a full release if: ${{ !github.event.release.prerelease }}