Skip to content
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: codex-team/[email protected]

# Install npm-pack-all to create a package archive
- name: Install npm-pack-all
run: npm install npm-pack-all

- name: Install npm pack
run: npm install npm-pack
# Pack the package into a .tgz archive
- name: Pack the npm package
run: node node_modules/.bin/npm-pack-all
run: npm pack

# Publish the package to npm
- name: Publish to npm
Expand Down
Loading
Loading