Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apratimshukla6 authored Sep 21, 2023
1 parent 21edb06 commit c0f61e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:

- name: Build and test
run: npm run build

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
files: ./build/* # Upload all files in the build folder
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c0f61e4

Please sign in to comment.