Skip to content

Commit

Permalink
chore: add workflow step to copy README
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbalaji committed Jul 10, 2024
1 parent 03d590e commit dd0c4e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: copy README
uses: canastro/copy-file-action@master
with:
source: "README.md"
target: "@lib/README.md"
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion @lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trpc-svelte-query-adapter",
"version": "2.3.5",
"version": "2.3.6",
"description": "A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.",
"keywords": [
"trpc",
Expand Down

0 comments on commit dd0c4e8

Please sign in to comment.