Skip to content

Commit b3ce73a

Browse files
authored
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
1 parent 65185fe commit b3ce73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
1818
env:
1919
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
20+
FORCE_COLOR: 3
2021
- run: npm publish

0 commit comments

Comments
 (0)