Skip to content

Commit eab6e2c

Browse files
committed
chore: adapt release script to new repo name
1 parent 5d99f7e commit eab6e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: 'Publish Module to NPM'
3737
needs: test
3838
# publish only when merged in main on original repo, not on PR
39-
if: github.repository == 'tannerlinsley/react-query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/2.x')
39+
if: github.repository == 'TanStack/query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/2.x')
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)