We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d2248 commit f730ad5Copy full SHA for f730ad5
1 file changed
.github/workflows/publish.yml
@@ -231,10 +231,6 @@ jobs:
231
git config --global user.email "opencode@sst.dev"
232
git config --global user.name "opencode"
233
git remote set-url origin https://x-access-token:${{ secrets.SST_GITHUB_TOKEN }}@github.com/${{ github.repository }}
234
- - uses: actions/checkout@v3
235
- with:
236
- fetch-depth: 0
237
- ref: ${{ needs.version.outputs.tag }}
238
239
- uses: ./.github/actions/setup-bun
240
0 commit comments