We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaf305 commit ec3eb26Copy full SHA for ec3eb26
.github/workflows/release-wasm-bindings.yml
@@ -49,10 +49,14 @@ jobs:
49
run: |
50
source ./../emsdk/emsdk_env.sh
51
yarn build
52
+ - name: list dist/ dir
53
+ working-directory: bindings_wasm
54
+ run: ls -la ./dist/
55
- name: Publish to NPM
56
uses: JS-DevTools/npm-publish@v3
57
with:
58
token: ${{ secrets.NPM_TOKEN }}
59
package: bindings_wasm
60
+ dry-run: true
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments