We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a058b9 commit 2a4b83bCopy full SHA for 2a4b83b
.github/workflows/release_crypto_js.yml
@@ -48,13 +48,12 @@ jobs:
48
working-directory: ${{ env.PKG_PATH }}
49
run: npm install
50
51
- - name: Configure NPM auth token
52
- working-directory: ${{ env.PKG_PATH }}
53
- run: npm set "//registry.npmjs.org/:_authToken" "${{ secrets.NPM_TOKEN }}"
54
-
55
- name: Publish the WebAssembly + JavaScript binding (imply building + testing)
56
57
- run: npm run publish
+ uses: JS-DevTools/npm-publish@v1
+ with:
+ package: ${{env.PKG_PATH}}/package.json
+ access: public
+ token: ${{ secrets.NPM_TOKEN }}
58
59
- name: Create the Github release
60
uses: softprops/action-gh-release@v1
0 commit comments