Skip to content

Commit 41c30d0

Browse files
committed
fix: fix openim helm charts release
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
1 parent 24f0d1e commit 41c30d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/configs/cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
index-path: "./index.yaml"
33

44
# PGP signing
5-
sign: true
5+
sign: false
66
key: OpenIM Helm maintainers
77
# keyring: # Set via env variable CR_KEYRING
88
# passphrase-file: # Set via env variable CR_PASSPHRASE_FILE

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- "charts/**"
7+
# paths:
8+
# - "charts/**"
99

1010
permissions:
1111
contents: write # to push chart release and create a release (helm/chart-releaser-action)

0 commit comments

Comments
 (0)