Skip to content

Commit c843594

Browse files
committed
ci: add readme to wasm npm package
1 parent 5e1116a commit c843594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ jobs:
183183
- name: Release Npm Packages
184184
run: |
185185
rm -rf node_modules package.json pnpm pnpm-lock.yaml
186-
cd npm-wasm && pnpm publish --no-git-checks --access=public && cd..
186+
echo "See [@rtbot-dev/rtbot](https://www.npmjs.com/package/@rtbot-dev/rtbot)" > npm-wasm/README.md
187+
cd npm-wasm && pnpm publish --no-git-checks --access=public && cd ..
187188
cd npm-rtbot && pnpm publish --no-git-checks --access=public
188189
env:
189190
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)