Skip to content

Commit

Permalink
fix(CI): fix release script (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Oct 13, 2022
1 parent 04fa169 commit 71e53a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -104,6 +104,9 @@ jobs:
with:
node-version: 18

- name: 📥 Install dependencies
run: npm install

- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down

0 comments on commit 71e53a0

Please sign in to comment.