commit 9171f8f8e4bdb179c8c7586e6e1de49c7877374f
parent 196d8a0fe1ea49abfae6991304c10f01ff224d2b
Author: iostpa <iostpa@iostpa.com>
Date: Sat, 18 Apr 2026 12:02:39 +0300
fix: Publish release workflow not configured right
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
@@ -1,8 +1,8 @@
name: Publish release docker image
on:
- push:
- branches: ['release']
+ release:
+ types: [published]
paths:
- "message/*"
- "index.js"