Skip to content

Commit

Permalink
add build step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iossocket committed Dec 17, 2024
1 parent db64316 commit 2a83824
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 @@ -41,6 +41,9 @@ jobs:
- run: npm ci

- name: Build
run: npm run build

- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 2a83824

Please sign in to comment.