Skip to content

Commit d0aa6b3

Browse files
committed
chore: test deploy action
1 parent 2d7b345 commit d0aa6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+1-1
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:

@lib/package.json

+1-1
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-tmp1",
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)