Skip to content

Commit ec3eb26

Browse files
committed
debug
1 parent 4eaf305 commit ec3eb26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-wasm-bindings.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@ jobs:
4949
run: |
5050
source ./../emsdk/emsdk_env.sh
5151
yarn build
52+
- name: list dist/ dir
53+
working-directory: bindings_wasm
54+
run: ls -la ./dist/
5255
- name: Publish to NPM
5356
uses: JS-DevTools/npm-publish@v3
5457
with:
5558
token: ${{ secrets.NPM_TOKEN }}
5659
package: bindings_wasm
60+
dry-run: true
5761
env:
5862
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)