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 a99f10b commit 9b7bb66Copy full SHA for 9b7bb66
1 file changed
.github/workflows/release.yml
@@ -32,6 +32,9 @@ jobs:
32
env:
33
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34
35
+ - name: Install dependencies
36
+ run: pnpm install
37
+
38
- run: pnpm publish --no-git-checks
39
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments