Skip to content

Commit 45fa054

Browse files
committed
v2.0.0
1 parent 843efc9 commit 45fa054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- run: npx ts-node publish.ts
2929
# publish @epfml/discojs
3030
- run: npm publish --access public
31-
working-diretory: discojs/discojs-web
31+
working-directory: discojs/discojs-web
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434
# publish @epfml/discojs-node
3535
- run: npm publish --access public
36-
working-diretory: discojs/discojs-node
36+
working-directory: discojs/discojs-node
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)