Fix Logging

This commit is contained in:
Joel Ambass
2024-09-03 16:51:21 +02:00
parent b080e888d4
commit 1cbbcdd5ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ async function publishImmutableActionVersion(
const manifestDigest = ociContainer.sha256Digest(manifest)
core.info(
`Creating GHCR package ${manifestDigest} for release with semver: ${semver}.`
`Creating GHCR package ${manifestDigest} for release with semver: ${semverTag}.`
)
const files = new Map<string, Buffer>()