From 9a4fcd3ac75b1134fc965c2bb569fb5d4f41a4d7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 29 Jan 2026 12:14:05 -0500 Subject: [PATCH] sync --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c253623528..3948561e3c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -231,10 +231,6 @@ jobs: git config --global user.email "opencode@sst.dev" git config --global user.name "opencode" git remote set-url origin https://x-access-token:${{ secrets.SST_GITHUB_TOKEN }}@github.com/${{ github.repository }} - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: ${{ needs.version.outputs.tag }} - uses: ./.github/actions/setup-bun