Skip to content

Commit f5df735

Browse files
fix: do not gpg sign during CI release
1 parent 99d2b0b commit f5df735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-with-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Create release
134134
run: |
135135
echo "Creating Helm chart release..."
136-
cz bump --increment "${{ github.event.inputs.chart_increment }}"
136+
cz bump --increment "${{ github.event.inputs.chart_increment }}" --gpg-sign=false
137137
138138
- name: Push changes and tags
139139
run: |

0 commit comments

Comments
 (0)