diff options
| author | Dax Raad <[email protected]> | 2025-04-22 21:23:20 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-04-22 21:23:20 -0400 |
| commit | 7648a2d790f66d90afbd929fbb9eb738b8eaa6cd (patch) | |
| tree | ff81d7e5a6d68763a4ec6fc85f7508cb21dcab93 /.github | |
| parent | 789ff3c59b7006c1d16314640ffcc4ce63042789 (diff) | |
| download | opencode-7648a2d790f66d90afbd929fbb9eb738b8eaa6cd.tar.gz opencode-7648a2d790f66d90afbd929fbb9eb738b8eaa6cd.zip | |
remove cache
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 347ded9fc..542000fb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,18 +29,7 @@ jobs: cache-dependency-path: go.sum - run: go mod download - - - name: Restore GoReleaser build cache - uses: actions/cache@v3 - with: - path: | - ~/.cache/go-build - dist/ - .goreleaser.cache - key: ${{ runner.os }}-go-build-${{ hashFiles('**/*.go') }}-${{ hashFiles('go.sum') }} - restore-keys: | - ${{ runner.os }}-go-build- - + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser |
