Skip to content

Commit

Permalink
Unfreeze lock file of workflow 'Release' again
Browse files Browse the repository at this point in the history
  • Loading branch information
sabicalija committed Jun 21, 2024
1 parent bc69c83 commit cce6118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 14
cache: pnpm
- name: Install Dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Initialize asterics-docs
run: pnpm run docs init --no-reference
- name: Setup docs
Expand Down

0 comments on commit cce6118

Please sign in to comment.