Skip to content

Commit

Permalink
fix: fix openim helm charts release
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
  • Loading branch information
cubxxw committed Jan 8, 2024
1 parent 24f0d1e commit 41c30d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/configs/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
index-path: "./index.yaml"

# PGP signing
sign: true
sign: false
key: OpenIM Helm maintainers
# keyring: # Set via env variable CR_KEYRING
# passphrase-file: # Set via env variable CR_PASSPHRASE_FILE
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
paths:
- "charts/**"
# paths:
# - "charts/**"

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

0 comments on commit 41c30d0

Please sign in to comment.