Skip to content

Commit

Permalink
chore: final final release (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Oct 28, 2024
1 parent 0db711b commit 0450774
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release-with-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,14 @@ jobs:
uses: pnpm/action-setup@v3
with:
run_install: false
- if: steps.packagejson.outputs.exists == 'true'
name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- if: steps.packagejson.outputs.exists == 'true'
uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- if: steps.packagejson.outputs.exists == 'true'
name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile
- if: steps.packagejson.outputs.exists == 'true'
name: Build dependency
shell: bash
run: npm run build
run: pnpm run build
- if: steps.packagejson.outputs.exists == 'true'
name: Install changelog
shell: bash
Expand Down

0 comments on commit 0450774

Please sign in to comment.