fix: fix bun client

This commit is contained in:
Ruben Fiszel
2023-08-12 01:57:32 +02:00
parent 7181530b31
commit 611d42db2c

View File

@@ -1,4 +1,4 @@
name: Publish deno-client
name: Publish typescript-client
on:
push:
tags:
@@ -13,6 +13,6 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: cd typescript-client && npm publish
- run: cd typescript-client && ./publish.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}