mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 00:25:23 +00:00
fix: install release script dependencies in CI
This commit is contained in:
parent
5604775506
commit
aab480b1f7
1 changed files with 10 additions and 0 deletions
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
|
|
@ -41,6 +41,11 @@ jobs:
|
|||
- name: Install tsx
|
||||
run: npm install -g tsx
|
||||
|
||||
- name: Install release script dependencies
|
||||
run: |
|
||||
cd scripts/release
|
||||
pnpm install --ignore-workspace
|
||||
|
||||
- name: Run setup phase
|
||||
run: |
|
||||
CMD="./scripts/release/main.ts --version '${{ inputs.version }}' --phase setup-ci"
|
||||
|
|
@ -125,6 +130,11 @@ jobs:
|
|||
- name: Install tsx
|
||||
run: npm install -g tsx
|
||||
|
||||
- name: Install release script dependencies
|
||||
run: |
|
||||
cd scripts/release
|
||||
pnpm install --ignore-workspace
|
||||
|
||||
- name: Install AWS CLI
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue