From 9fc88b1fee03c7cd6473c8dbff0d94dcb506ba12 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Tue, 31 Aug 2021 13:35:10 -0500 Subject: [PATCH] Use product name variable --- content/actions/guides/publishing-java-packages-with-gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/guides/publishing-java-packages-with-gradle.md b/content/actions/guides/publishing-java-packages-with-gradle.md index 68abed8e95..46dd035e64 100644 --- a/content/actions/guides/publishing-java-packages-with-gradle.md +++ b/content/actions/guides/publishing-java-packages-with-gradle.md @@ -142,7 +142,7 @@ publishing { ``` {% endraw %} -With this configuration, you can create a workflow that publishes your package to GitHub Packages by running the `gradle publish` command. +With this configuration, you can create a workflow that publishes your package to {% data variables.product.prodname_registry %} by running the `gradle publish` command. ```yaml{:copy} {% data reusables.actions.actions-not-certified-by-github-comment %}