Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanuzzamanbe committed Sep 26, 2023
1 parent 85b15f2 commit c3ccfe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ jobs:
cache: 'npm'
- run: npm ci --force
- run: npm run build --if-present
- run: cp -r assets/ assets
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
files: |
assets/
tag_name: 1.0.2
release_name: Release 1.0.2
body: |
Expand Down

0 comments on commit c3ccfe4

Please sign in to comment.