We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f525e commit 73b58c9Copy full SHA for 73b58c9
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: yarn
24
25
- name: Install Dependencies
26
- run: yarn i --frozen-lockfile
+ run: yarn --frozen-lockfile
27
28
- name: Create Release Pull Request or Publish to npm
29
id: changesets
0 commit comments