commit 957ca0232e2ac96aaeae6919ebc760e97496a72e parent 0f9d64bb9b4c5d7a5b476ace468f4b0681a1fa4f Author: iostpa <iostpa@iostpa.com> Date: Tue, 3 Mar 2026 16:38:47 +0200 Forgot to update workflow, oops Diffstat:
| M | .github/workflows/publish.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: paths: - "message/*" - "index.js" - - "package-lock.json" + - "bun.lock" - "package.json" - "Dockerfile"