commit 8a2c7f505d6ff90110d726ea78186529f3373932
parent 15ddeb0b55a46219a5087f9bcb2ddca47dea25de
Author: iostpa <iostpa@iostpa.com>
Date: Sat, 6 Jun 2026 21:09:20 +0300
v1.4.3
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -5,8 +5,7 @@ on:
branches:
- main
paths:
- - "message/*"
- - "index.js"
+ - "src/*"
- "bun.lock"
- "package.json"
- "Dockerfile"
diff --git a/package.json b/package.json
@@ -1,7 +1,7 @@
{
"name": "reviewbot",
"private": true,
- "version": "1.4.2",
+ "version": "1.4.3",
"type": "module",
"description": "An app to assist in the review process of is-a-dev",
"author": "iostpa",