diff options
| author | Bobby <[email protected]> | 2025-09-24 21:29:47 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-24 21:29:47 +0530 |
| commit | c30b90cb40b2f3a9af9fb8aff9e4ba036301e44f (patch) | |
| tree | d13fddf847922c2d999dcc62f50924007b0e8e35 | |
| parent | 825ec49266a33943d0affda0b1d4a5cc25c76510 (diff) | |
| download | thunderbird-ai-compose-server-c30b90cb40b2f3a9af9fb8aff9e4ba036301e44f.tar.xz thunderbird-ai-compose-server-c30b90cb40b2f3a9af9fb8aff9e4ba036301e44f.zip | |
fixed release script
| -rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 831c79e..ed013bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,14 +39,6 @@ jobs: with: go-version: '1.25.1' - - name: Cache Go modules - uses: actions/cache@v4 - with: - path: ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Download dependencies run: go mod download |
