From c8ddf6e969ac4cccb0c487354b678e21357f179f Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sun, 25 Feb 2024 17:09:53 +0300 Subject: [PATCH] ci: set FORCE_COLOR: 3 for dev-publish (#726) * ci: enable autotests for all pushes * ci: convert `dev publish` to manual task * ci: set FORCE_COLOR: 3 for dev publish script * ci: set FORCE_COLOR: 3 for dev-publish --- .github/workflows/dev-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-publish.yml b/.github/workflows/dev-publish.yml index df55866688..ab3168c787 100644 --- a/.github/workflows/dev-publish.yml +++ b/.github/workflows/dev-publish.yml @@ -16,6 +16,7 @@ jobs: - run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc env: AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }} + FORCE_COLOR: 3 - run: | npm version $(node --eval="process.stdout.write(require('./package.json').version)")-dev.$(git rev-parse --short HEAD) --no-git-tag-version npm publish --no-git-tag-version --tag dev