Skip to content

Commit

Permalink
fix: update pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Aug 22, 2024
1 parent f787463 commit a119347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 3
- name: Install dependencies
run: pnpm install
- run: pnpm dev:prepare
- run: pnpm build
- name: Set git identity
run: |
git config user.name 'github-actions[bot]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 3
- name: Install dependencies
run: pnpm install
- run: pnpm dev:prepare
- run: pnpm build
- name: Publish Package
run: pnpm publish --access public --tag latest --no-git-checks
env:
Expand Down

0 comments on commit a119347

Please sign in to comment.