Skip to content

Commit 944dbf1

Browse files
committedJan 22, 2025
🔧 Include package.json in tarball
1 parent bd36c19 commit 944dbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Gather assets
2828
id: assets
2929
run: |
30-
LIB_FILES="lib/**/*.*"
30+
LIB_FILES="lib/**/*.* package.json"
3131
echo "::set-output name=lib_files::$LIB_FILES"
3232
3333
- name: Create release tarball

0 commit comments

Comments
 (0)