Skip to content

Commit

Permalink
add install dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Aug 13, 2024
1 parent 6c8db38 commit a9a1526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
ref: develop

- name: Install dependencies
run: npm ci

- name: Extract version from tag
uses: actions/github-script@v6
id: extract-version
Expand Down

0 comments on commit a9a1526

Please sign in to comment.