Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen committed Sep 21, 2024
1 parent 261d9ff commit 26d4543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- ".changeset/*.md"
- ".github/workflows/release.yml"

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -21,7 +22,7 @@ jobs:
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm install --no-frozen-lockfile

- name: Build
run: pnpm run build
Expand Down

0 comments on commit 26d4543

Please sign in to comment.