Skip to content

Commit

Permalink
refactor(monorepo): migrate plugins release workflow (#17827)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored Dec 20, 2021
1 parent 0199104 commit 8fe2f5f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build packages
run: npm run build
run: npm run plugins:build
- name: Run unit tests
run: npm run test
run: npm run test -- plugins packages

- name: Configure npm and git
run: |
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Bump version and publish package(s)
run: |
git tag -d `git tag | grep -E '^trigger-'`
npm run ci:release-from-tag
npm run plugins:release-from-tag
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8fe2f5f

Please sign in to comment.