Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: release

on:
release:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
npm run build
npm run test
npm run lint
- run: zip -r release.zip lib *.md LICENSE package.json package-lock.json -x 'lib/test/*' 'lib/src/*'
- run: zip -r release.zip lib *.md LICENSE SECURITY.md package.json package-lock.json -x 'lib/test/*' 'lib/src/*'
- name: Upload production artifacts
run: |
gh release upload $TAG_NAME "release.zip#release"
Expand Down
Loading
Loading