We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd36c19 commit 944dbf1Copy full SHA for 944dbf1
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Gather assets
28
id: assets
29
run: |
30
- LIB_FILES="lib/**/*.*"
+ LIB_FILES="lib/**/*.* package.json"
31
echo "::set-output name=lib_files::$LIB_FILES"
32
33
- name: Create release tarball
0 commit comments