Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Feb 23, 2022
1 parent 0e2b44d commit c80a471
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@clayui'
- name: Clean yarn cache
run: yarn cache clean
- name: Install Dependencies
run: yarn install
- name: Lint
Expand All @@ -28,13 +26,7 @@ jobs:
BROWSERSLIST_CONFIG: './packages/browserslist-config-clay/config'
BROWSERSLIST_DISABLE_CACHE: 1
CI: true
run: yarn test --coverage
- name: Push to Coveralls
if: ${{ success() }}
uses: coverallsapp/github-action@v1.1.1
with:
path-to-lcov: ./coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
run: yarn test
- uses: actions/cache@v2
name: Cache build
id: cache-build
Expand Down Expand Up @@ -67,6 +59,7 @@ jobs:
with:
path: ./*
key: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c80a471

Please sign in to comment.