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 58ead51 commit 6358e44Copy full SHA for 6358e44
.github/workflows/release-please.yml
@@ -27,6 +27,9 @@ jobs:
27
check-latest: true
28
registry-url: 'https://registry.npmjs.org'
29
if: ${{ steps.release.outputs.release_created }}
30
+ - name: Install dependencies
31
+ run: yarn
32
+ if: ${{ steps.release.outputs.release_created }}
33
- run: npm publish
34
35
env:
0 commit comments