Skip to content

Commit bdd8243

Browse files
committed
chore: eliminate .asc format
1 parent e9406ef commit bdd8243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "$GPG_PASSPHRASE" | gpg --batch --yes --pinentry-mode loopback \
4343
--passphrase-fd 0 --local-user "$GPG_KEY_ID" \
4444
--detach-sign --armor "$CHART_FILE"
45-
mv "${CHART_FILE}.asc" "${CHART_FILE}.prov"
45+
--output "${CHART_FILE}.prov" "$CHART_FILE"
4646
done
4747
4848
- name: Validate Signed Charts (PR only)

0 commit comments

Comments
 (0)