File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments