Skip to content

Commit 9feb503

Browse files
Update publish.yml
1 parent 28c8e78 commit 9feb503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: 'Publish Module to NPM'
2828
# needs: test
2929
# publish only when merged in master on original repo, not on PR
30-
if: github.repository == 'tannerlinsley/react-charts' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
30+
if: github.repository == 'tanstack/react-charts' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)