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 4c304d6 commit 6e4efddCopy full SHA for 6e4efdd
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
29
+ - name: Install
30
+ run: npm install
31
- name: Publish
32
run: npm run deploy
33
env:
0 commit comments