Skip to content

Commit

Permalink
ci: set missing FORCE_COLOR: 3 for dev publish action (#725)
Browse files Browse the repository at this point in the history
* ci: enable autotests for all pushes

* ci: convert `dev publish` to manual task

* ci: set FORCE_COLOR: 3 for dev publish script
  • Loading branch information
antongolub authored Feb 25, 2024
1 parent 65185fe commit b3ce73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3ce73a

Please sign in to comment.