CI(deploy): fix git tag/release creation (#10119)

## Problem

When moving the comment on proxy-releases from the yaml doc into a
javascript code block, I missed converting the comment marker from `#`
to `//`.

## Summary of changes

Correctly convert comment marker.
This commit is contained in:
JC Grünhage
2024-12-13 00:38:20 +01:00
committed by GitHub
parent ac04bad457
commit 59ef701925

View File

@@ -1143,7 +1143,7 @@ jobs:
console.log(`Tag ${tag} created successfully.`);
}
# TODO: check how GitHub releases looks for proxy/compute releases and enable them if they're ok
// TODO: check how GitHub releases looks for proxy/compute releases and enable them if they're ok
if (context.ref !== 'refs/heads/release') {
console.log(`GitHub release skipped for ${context.ref}.`);
return;