nit npm on release

This commit is contained in:
Ruben Fiszel
2024-09-07 11:21:12 +02:00
parent fbbf5db3a1
commit be1b29422b
+2 -2
View File
@@ -16,6 +16,6 @@ jobs:
- run: cd typescript-client && ./publish.sh && cd ..
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: cd cli && ./build.sh.sh && cd npm && npm publish
- run: cd cli && ./build.sh && cd npm && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}