Skip to content

Commit

Permalink
updated dist files and release action
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersmb committed Nov 13, 2022
1 parent c27c1b9 commit 805fa9e
Show file tree
Hide file tree
Showing 5 changed files with 2,230 additions and 2,233 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
type: zip
path: dist/*.js
filename: release.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
generate_release_notes: true
files: release.zip
files: dist/*.js
Loading

0 comments on commit 805fa9e

Please sign in to comment.