1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Use product name variable

This commit is contained in:
Laura Coursen
2021-08-31 13:35:10 -05:00
committed by GitHub
parent bbe3357cd5
commit 9fc88b1fee

View File

@@ -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 %}