Skip to content

Commit

Permalink
Remove manual zipping, let GitHub do its job
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Nov 13, 2023
1 parent dcb19fa commit 4b2fb1e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@ jobs:
run: npm ci
- name: Build TypeScript files
run: npm run build
- name: Create release files
run: |
tar czf eslint-plugin-typeorm-typescript-${{ github.ref_name }}.tar.gz dist package*.json
zip -r eslint-plugin-typeorm-typescript-${{ github.ref_name }}.zip dist package*.json
- name: Release to GitHub
uses: softprops/action-gh-release@v1
with:
files: |
eslint-plugin-typeorm-typescript-${{ github.ref_name }}.tar.gz
eslint-plugin-typeorm-typescript-${{ github.ref_name }}.zip
- name: Publish to NPM
run: npm publish
env:
Expand Down

0 comments on commit 4b2fb1e

Please sign in to comment.