diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index d2ba456..b560eea 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -27,10 +27,6 @@ jobs: run: | wasm-pack build --target nodejs --out-dir pkg - - name: Copy COPYRIGHT - run: | - cp COPYRIGHT pkg/ - - name: Remove .gitignore run: | rm pkg/.gitignore @@ -38,8 +34,8 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '20' - registry-url: 'https://registry.npmjs.org' + node-version: '20.x' + registry-url: 'https://registry.npmjs.org/' scope: '@gluwa' - name: Publish to npm