Skip to content

Commit dd0c4e8

Browse files
committed
chore: add workflow step to copy README
1 parent 03d590e commit dd0c4e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: "20"
15+
- name: copy README
16+
uses: canastro/copy-file-action@master
17+
with:
18+
source: "README.md"
19+
target: "@lib/README.md"
1520
- uses: JS-DevTools/npm-publish@v3
1621
with:
1722
token: ${{ secrets.NPM_TOKEN }}

@lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trpc-svelte-query-adapter",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.",
55
"keywords": [
66
"trpc",

0 commit comments

Comments
 (0)