We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a46df commit dfb054dCopy full SHA for dfb054d
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v4
27
with:
28
- fetch-depth: '0'
+ fetch-depth: 0
29
- name: Setup Tools
30
uses: tanstack/config/.github/setup@main
31
- name: Run Tests
@@ -37,8 +37,6 @@ jobs:
37
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
38
pnpm run cipublish
39
env:
40
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
41
GH_TOKEN: ${{ secrets.GH_TOKEN }}
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44
TAG: ${{ inputs.tag }}
0 commit comments