We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c5425 commit 35a19aeCopy full SHA for 35a19ae
1 file changed
.github/workflows/release.yml
@@ -31,6 +31,9 @@ jobs:
31
yarn install --frozen-lockfile
32
yarn build
33
34
+ - name: Install npm CLI
35
+ run: yarn global add npm
36
+
37
- name: Prepare Lingui-Bot git account
38
uses: oleksiyrudenko/gha-git-credentials@v2-latest
39
with:
0 commit comments