Skip to content

Fix/license rename #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
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