Skip to content

Commit e152b09

Browse files
Merge pull request #206 from vercel/zach/2026-02-06-71d1
[ci]: fix build + release pipeline
2 parents f0086af + ea2de7f commit e152b09

3 files changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/beta-release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
sudo apt-get update
3535
sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
3636
sudo snap install yq
37-
- uses: actions/cache@v4
38-
with:
39-
path: ./venv/
40-
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements*.txt') }}
41-
restore-keys: |
42-
${{ runner.os }}-venv-
4337
- name: Set artifact file name
4438
id: zip-name
4539
shell: bash

.github/workflows/build.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
3434
sudo snap install yq
35-
- uses: actions/cache@v4
36-
with:
37-
path: ./venv/
38-
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements*.txt') }}
39-
restore-keys: |
40-
${{ runner.os }}-venv-
4135
- name: Set artifact file name
4236
id: zip-name
4337
shell: bash
@@ -198,7 +192,7 @@ jobs:
198192
199193
- name: Create Release Pull Request or Publish
200194
id: changesets
201-
uses: changesets/action@v1
195+
uses: changesets/action@v1.4.10
202196
with:
203197
publish: pnpm run release
204198
version: pnpm run version

.github/workflows/production-release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
3737
sudo snap install yq
38-
- uses: actions/cache@v4
39-
with:
40-
path: ./venv/
41-
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements*.txt') }}
42-
restore-keys: |
43-
${{ runner.os }}-venv-
4438
- name: Set artifact file name
4539
id: zip-name
4640
shell: bash

0 commit comments

Comments
 (0)