Skip to content

Commit 7d32079

Browse files
committed
🔧 Use npm pack
1 parent 944dbf1 commit 7d32079

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/release.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@ jobs:
2424
- name: Build package
2525
run: npm run build
2626

27-
- name: Gather assets
28-
id: assets
29-
run: |
30-
LIB_FILES="lib/**/*.* package.json"
31-
echo "::set-output name=lib_files::$LIB_FILES"
32-
3327
- name: Create release tarball
3428
id: create_tarball
35-
run: |
36-
tar -czvf ${{ github.ref_name }}.tgz ${{ steps.assets.outputs.lib_files }}
29+
run: npm pack
3730

3831
- name: Release
3932
uses: softprops/action-gh-release@v2
4033
with:
4134
files: |
42-
${{ github.ref_name }}.tgz
35+
wext-manifest-loader-${{ github.ref_name }}.tgz

0 commit comments

Comments
 (0)