From b3ce73aaa6499c9b93376ee0b3c0cf15feddb6b6 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sun, 25 Feb 2024 17:00:35 +0300 Subject: [PATCH] ci: set missing FORCE_COLOR: 3 for dev publish action (#725) * ci: enable autotests for all pushes * ci: convert `dev publish` to manual task * ci: set FORCE_COLOR: 3 for dev publish script --- .github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 988732e453..d364f2ce82 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,4 +17,5 @@ jobs: - run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc env: AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }} + FORCE_COLOR: 3 - run: npm publish