Skip to content

Commit

Permalink
Don't package .git in release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
pervoj committed Apr 1, 2024
1 parent 9b2bb14 commit 6bb2b8c
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 @@ -12,7 +12,7 @@ jobs:
run: |
npm install
npm run build
rm -rf node_modules
rm -rf .git node_modules
- name: Archive the built package
uses: TheDoctor0/zip-release@0.7.6
with:
Expand Down

0 comments on commit 6bb2b8c

Please sign in to comment.