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 82a82a3 commit 3ab8c76Copy full SHA for 3ab8c76
.github/workflows/deploy.yml
@@ -40,6 +40,7 @@ jobs:
40
npm install -g @semantic-release/github
41
npm install -g @semantic-release/commit-analyzer
42
npm install -g @semantic-release/release-notes-generator
43
+ npm install
44
- name: Publish to Git Releases and Tags
45
if: ${{ github.event.workflow_run.conclusion == 'success' }}
46
env:
0 commit comments