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 7ffcf32 commit 7e3546dCopy full SHA for 7e3546d
.github/workflows/release.yml
@@ -24,10 +24,13 @@ jobs:
24
with:
25
node-version: 16
26
registry-url: 'https://registry.npmjs.org'
27
+ if: ${{ steps.release.outputs.release_created }}
28
- uses: pnpm/action-setup@v3
29
30
version: 8
31
32
- run: pnpm i
33
34
- run: pnpm build
35
if: ${{ steps.release.outputs.release_created }}
36
- run: npm publish
0 commit comments