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.
This commit is contained in:
anonpenguin23 2026-05-12 09:54:58 +03:00
parent 8e4d11a6ce
commit 58d541d9ee
3 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1 +1 @@
0.122.8
0.122.9

View File

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