Skip to content

Commit

Permalink
npm-compatible package
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Oct 19, 2023
1 parent 5ba9b3b commit 87c5e44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ jobs:
echo "prerelease=true" >> $GITHUB_OUTPUT
fi
- name: Create node package
run: tar czvf node.tar.gz install.mjs index.js index.d.ts package.json
run: |
mkdir package
cp install.mjs index.js index.d.ts package.json LICENSE README.md package/
tar czvf node.tar.gz package
rm -r package
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 87c5e44

Please sign in to comment.