Commit c8ddf6e

Anton Golub <antongolub@antongolub.com>
2024-02-25 15:09:53
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
1 parent b3ce73a
Changed files (1)
.github
.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