Skip to content

Commit 2e8fb6c

Browse files
authored
Update node.js.yml
1 parent 0c9ae3b commit 2e8fb6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
- run: npm install
2929
- run: docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten-slim:latest bash
3030
- run: docker exec emscripten npm run build-local
31+
3132
- name: Create Release
32-
- uses: meeDamian/github-release@2.0
33+
uses: meeDamian/github-release@2.0
3334
with:
3435
token: ${{ secrets.GITHUB_TOKEN }}
3536
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)