We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c8e78 commit 9feb503Copy full SHA for 9feb503
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
name: 'Publish Module to NPM'
28
# needs: test
29
# 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')
+ if: github.repository == 'tanstack/react-charts' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
31
runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v2
0 commit comments