Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): Fix prerelease git reset

+1 -1
+1 -1
.github/workflows/release.yml
··· 59 59 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 60 60 run: | 61 61 npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN" 62 - git reset --hard HEAD 62 + git reset --hard origin/main 63 63 pnpm changeset version --no-git-tag --snapshot canary 64 64 pnpm changeset publish --no-git-tag --snapshot canary --tag canary