We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79635b7 commit 6891688Copy full SHA for 6891688
.github/workflows/release.yml
@@ -11,6 +11,7 @@ jobs:
11
with:
12
releaseScript: release
13
nodeVersion: 18
14
+ packageManager: 'pnpm'
15
secrets:
16
githubToken: ${{ secrets.GITHUB_TOKEN }}
17
npmToken: ${{ secrets.NPM_TOKEN }}
0 commit comments