refactor: preparing to switch to tanstack query

This commit is contained in:
d34dscene
2026-02-03 04:11:32 +01:00
parent 15e99b3a97
commit 99b2bc0d3a
113 changed files with 10909 additions and 13696 deletions
+3 -1
View File
@@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
@@ -71,7 +73,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean --skip=validate
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_YES: "true"