ci: goreleaser v2 hooks need string form, bump to 0.122.9

GoReleaser v2.15.4 rejects the {cmd: ..., dir: ...} map syntax for
before.hooks even though v2 docs show it. Reverting to the simple
string form `go -C core mod tidy` that worked in v1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
anonpenguin23 2026-05-12 09:54:58 +03:00
parent fb609d66d9
commit fbe05d94b3
3 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,7 @@ env:
before: before:
hooks: hooks:
- cmd: go mod tidy - go -C core mod tidy
dir: core
builds: builds:
# orama CLI binary # orama CLI binary

View File

@ -1 +1 @@
0.122.8 0.122.9

View File

@ -1,6 +1,6 @@
{ {
"name": "@debros/orama", "name": "@debros/orama",
"version": "0.122.8", "version": "0.122.9",
"description": "TypeScript SDK for Orama Network - Database, PubSub, Cache, Storage, Vault, and more", "description": "TypeScript SDK for Orama Network - Database, PubSub, Cache, Storage, Vault, and more",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",