Skip to content

Commit c8ddf6e

Browse files
authored
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 commit c8ddf6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dev-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
1717
env:
1818
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
19+
FORCE_COLOR: 3
1920
- run: |
2021
npm version $(node --eval="process.stdout.write(require('./package.json').version)")-dev.$(git rev-parse --short HEAD) --no-git-tag-version
2122
npm publish --no-git-tag-version --tag dev

0 commit comments

Comments
 (0)