mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
ci: add build filter
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -84,11 +84,9 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: .turbo
|
||||
key: ${{ runner.os }}-turbo-release-build-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-turbo-release-build-
|
||||
key: ${{ runner.os }}-turbo-release-build-${{ matrix.package }}-${{ github.sha }}
|
||||
- name: build Package
|
||||
run: yarn release-build --cache-dir=".turbo"
|
||||
run: yarn release-build --cache-dir=".turbo" --filter=./packages/${{ matrix.package }}
|
||||
- name: Bump Package Version
|
||||
run: node ./scripts/bumpVersionByCommit.js ${{ matrix.package }}
|
||||
- uses: actions/setup-node@v3
|
||||
|
||||
Reference in New Issue
Block a user