diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7796b42..d5a1ac8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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