From 7ff551e9df0f72e43e8998cc6d8e85d2ef15f246 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 13 Oct 2022 23:27:46 +0200 Subject: [PATCH] chore: manually publish pkgs --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 349aa12a..04ced861 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,6 +50,7 @@ jobs: version: pnpm ci:version commit: "chore: bump versions" title: "chore: bump versions" - publish: pnpm ci:publish + # manual publish currently + # publish: pnpm ci:publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}