Skip to content

Commit

Permalink
chore: allow publishing on GitHub NPM correctly (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Apr 25, 2024
1 parent 6b4972f commit 48ce398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create NPM package
run: |
wasm-pack build --release
sed -i s%nile-library%@nile/library% pkg/package.json
sed -i s%nile-library%@truebrain/nile-library% pkg/package.json
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 48ce398

Please sign in to comment.