mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
fix(ci): pass correct version to ci script
This commit is contained in:
+2
-2
@@ -156,8 +156,8 @@ chart:
|
||||
- >
|
||||
echo '{}'
|
||||
| jq '.event_type = "x509 Certificate Exporter Automatic Release"'
|
||||
| jq --arg ref "$(cat CHANGELOG.md)" '.client_payload.ref = $ARGS.named["ref"]'
|
||||
| jq --arg notes "$NOTES" '.client_payload.notes = $ARGS.named["notes"]'
|
||||
| jq --arg ref "${CI_COMMIT_REF_NAME:1}" '.client_payload.ref = $ARGS.named["ref"]'
|
||||
| jq --arg notes "$(cat CHANGELOG.md)" '.client_payload.notes = $ARGS.named["notes"]'
|
||||
| jq ".client_payload.contains_security_updates = \"${CONTAINS_SECURITY_UPDATES:-false}\""
|
||||
> body.json
|
||||
- >
|
||||
|
||||
Reference in New Issue
Block a user