Skip to content

Commit

Permalink
removed node_modules from package (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksSavelev authored Nov 8, 2022
1 parent 8700c17 commit b155b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
TAG_NAME: ${{ github.event.release.tag_name }}
- name: Run npm install
run: npm i
- run: zip -r release.zip . -x '.*'
- run: zip -r release.zip . -x '.*' 'node_modules/*'
- name: Upload production artifacts
run: |
gh release upload $TAG_NAME "release.zip#release"
Expand Down

0 comments on commit b155b58

Please sign in to comment.