Skip to content

Commit 39e52aa

Browse files
committed
chore: modify workflow to include README
1 parent 2d7b345 commit 39e52aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Package to npmjs
22

33
on:
44
push:
5-
branches: main
5+
branches: tmp
66

77
jobs:
88
publish:
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: "20"
15+
- run: cp README.md @lib/README.md
1516
- uses: JS-DevTools/npm-publish@v3
1617
with:
1718
token: ${{ secrets.NPM_TOKEN }}

@lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "trpc-svelte-query-adapter",
2+
"name": "trpc-svelte-query-adapter-tmp",
33
"version": "2.3.4",
44
"description": "A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.",
55
"keywords": [

0 commit comments

Comments
 (0)