Skip to content

Commit

Permalink
ci: set FORCE_COLOR: 3 for dev-publish (#726)
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

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

0 comments on commit c8ddf6e

Please sign in to comment.