Skip to content

Commit

Permalink
fix: github action release
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed Apr 30, 2024
1 parent 8b247ce commit b0276f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
working-directory: expo
run: make build

- name: Install NPM dependencies
working-directory: expo
run: npm install

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand Down

0 comments on commit b0276f3

Please sign in to comment.