Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s314cy committed Nov 4, 2022
1 parent 843efc9 commit 45fa054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- run: npx ts-node publish.ts
# publish @epfml/discojs
- run: npm publish --access public
working-diretory: discojs/discojs-web
working-directory: discojs/discojs-web
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# publish @epfml/discojs-node
- run: npm publish --access public
working-diretory: discojs/discojs-node
working-directory: discojs/discojs-node
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 45fa054

Please sign in to comment.